summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 10:53:48 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 10:53:48 -0500
commitd3653f07227e73e3035c7895ab12a5e0345af744 (patch)
tree348bb3d47d4a5d13a029b39684654372a20522c9
parent905d60b42980832933bebed43d4df1d227e36f15 (diff)
downloadgitlab-ce-collapse-diffs-more.tar.gz
Change bg color of collapsed diff to blue on hovercollapse-diffs-more
-rw-r--r--app/assets/stylesheets/framework/blocks.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index cf2417fdf63..ad94e457cfd 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -16,9 +16,14 @@
font-weight: normal;
font-size: 16px;
line-height: 36px;
+
&.diff-collapsed {
padding: 5px;
cursor: pointer;
+
+ &:hover {
+ background-color: $row-hover;
+ }
}
}