summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/themes
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2015-06-25 11:19:56 +0200
committerJob van der Voort <jobvandervoort@gmail.com>2015-06-25 11:19:56 +0200
commit0429a24066f938a27646f53cc13d77a39f36b1cd (patch)
treedb511416b20c59a08450d438f6484f8f237823c4 /app/assets/stylesheets/themes
parent9c0229732aee0edeac0896d6a62faea8a449199c (diff)
downloadgitlab-ce-0429a24066f938a27646f53cc13d77a39f36b1cd.tar.gz
prettier highlighting of active link in the sidebar
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/gitlab-theme.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/themes/gitlab-theme.scss b/app/assets/stylesheets/themes/gitlab-theme.scss
index 7cabeaefb93..dc47b108100 100644
--- a/app/assets/stylesheets/themes/gitlab-theme.scss
+++ b/app/assets/stylesheets/themes/gitlab-theme.scss
@@ -72,7 +72,7 @@
&.active a {
color: #FFF;
- font-weight: bold;
+ background: $color-dark;
&.no-highlight {
border: none;