summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-14 12:22:02 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-14 12:22:02 +0000
commitd3f5df2bbabf8e79377aa06193d4de2608ea8748 (patch)
treeef918af1e8bc8ee3ac41773144d70a600924466c
parent661e3172291bd95ad0db8a79048e6a2efee9f029 (diff)
parentf07fabc1cd9db2bc03dd455e404b70bb17a16de9 (diff)
downloadgitlab-ce-d3f5df2bbabf8e79377aa06193d4de2608ea8748.tar.gz
Merge branch 'add_diff_note_hover_size' into 'master'
Keep add-diff-note button the same size on hover. Fixes #2497 Removes the overridden `font-size` and `width` so the button inherits size on hover. See #2497 for screenshots of prior behavior. See merge request !1285
-rw-r--r--app/assets/stylesheets/pages/notes.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 2544356a5f6..2a77f065aed 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -235,8 +235,6 @@ ul.notes {
filter: alpha(opacity=0);
&:hover {
- width: 38px;
- font-size: 20px;
background: $gl-info;
color: #FFF;
@include show-add-diff-note;