summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-16 10:41:17 -0600
committerConnor Shea <connor.james.shea@gmail.com>2016-08-16 10:41:17 -0600
commit145ba3a4c864536cd11f93d5409f0c54eb675c73 (patch)
treee8ba77f5d1c4a5f14472c28114e534cb8009342c
parent4384222b388551d8acef21f709da9768ef3ee649 (diff)
downloadgitlab-ce-145ba3a4c864536cd11f93d5409f0c54eb675c73.tar.gz
Improve CSS for line comment resolution button.
-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;