Commit 145ba3a4 authored by Connor Shea's avatar Connor Shea

Improve CSS for line comment resolution button.

parent 4384222b
...@@ -425,20 +425,18 @@ ul.notes { ...@@ -425,20 +425,18 @@ ul.notes {
.line-resolve-btn { .line-resolve-btn {
display: inline-block; display: inline-block;
position: relative; position: relative;
top: -1px; top: 2px;
width: 14px;
height: 14px;
padding: 0; padding: 0;
background-color: transparent; background-color: transparent;
border: none; border: none;
outline: 0; outline: 0;
vertical-align: middle;
&.is-disabled { &.is-disabled {
cursor: default; cursor: default;
} }
&:not(.is-disabled):hover, &:not(.is-disabled):hover,
&:not(.is-disabled):focus,
&.is-active { &.is-active {
color: $gl-text-green; color: $gl-text-green;
...@@ -450,7 +448,6 @@ ul.notes { ...@@ -450,7 +448,6 @@ ul.notes {
svg { svg {
position: relative; position: relative;
color: $notes-action-color; color: $notes-action-color;
vertical-align: top;
path { path {
fill: $notes-action-color; fill: $notes-action-color;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment