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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 18:53:48 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-14 18:53:48 +0300
commitd3653f07227e73e3035c7895ab12a5e0345af744 (patch)
tree348bb3d47d4a5d13a029b39684654372a20522c9 /app/assets/stylesheets/framework/blocks.scss
parent905d60b42980832933bebed43d4df1d227e36f15 (diff)
Change bg color of collapsed diff to blue on hover
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-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;
+ }
}
}