Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-08-16 19:41:17 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-08-16 19:41:17 +0300
commit145ba3a4c864536cd11f93d5409f0c54eb675c73 (patch)
treee8ba77f5d1c4a5f14472c28114e534cb8009342c /app/assets/stylesheets/pages/notes.scss
parent4384222b388551d8acef21f709da9768ef3ee649 (diff)
Improve CSS for line comment resolution button.
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-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;