summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/notes.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 4e057023328..4a79db750d5 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -425,20 +425,18 @@ ul.notes {
.line-resolve-btn {
display: inline-block;
position: relative;
- top: -1px;
- width: 14px;
- height: 14px;
+ top: 2px;
padding: 0;
background-color: transparent;
border: none;
outline: 0;
- vertical-align: middle;
&.is-disabled {
cursor: default;
}
&:not(.is-disabled):hover,
+ &:not(.is-disabled):focus,
&.is-active {
color: $gl-text-green;
@@ -450,7 +448,6 @@ ul.notes {
svg {
position: relative;
color: $notes-action-color;
- vertical-align: top;
path {
fill: $notes-action-color;