From 145ba3a4c864536cd11f93d5409f0c54eb675c73 Mon Sep 17 00:00:00 2001 From: Connor Shea Date: Tue, 16 Aug 2016 10:41:17 -0600 Subject: Improve CSS for line comment resolution button. --- app/assets/stylesheets/pages/notes.scss | 7 ++----- 1 file 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; -- cgit v1.2.1