summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/commits.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-16 13:13:34 +0100
committerPhil Hughes <me@iamphill.com>2017-08-18 11:07:05 +0100
commita10cc2202dffcf8b4a7bc7db22757ac83bf95eb4 (patch)
tree23df31ffcbc60fba465286c1dffa7dff23e03933 /app/assets/stylesheets/pages/commits.scss
parent85b272b22365a7e4588d4897ad9ce78ea180f124 (diff)
downloadgitlab-ce-a10cc2202dffcf8b4a7bc7db22757ac83bf95eb4.tar.gz
added collapsible sub-groups & wiki pages
[ci skip]
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 46fbfe5f91e..01f5d2b67aa 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -151,7 +151,7 @@
outline: none;
&.open {
- background: $gray-light;
+ background-color: darken($gray-light, 10%);
box-shadow: inset 0 0 2px rgba($black, 0.2);
}