summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-06-25 11:32:27 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-06-25 11:32:27 +0000
commit482b9605a33d91f7e96a6edc8b21dc9ac8fdc730 (patch)
treedb511416b20c59a08450d438f6484f8f237823c4
parent9c0229732aee0edeac0896d6a62faea8a449199c (diff)
parent0429a24066f938a27646f53cc13d77a39f36b1cd (diff)
downloadgitlab-ce-482b9605a33d91f7e96a6edc8b21dc9ac8fdc730.tar.gz
Merge branch 'highlight-link-sidebar' into 'master'
prettier highlighting of active link in the sidebar Before: ![Screenshot_2015-06-25_11.17.08](https://dev.gitlab.org/gitlab/gitlabhq/uploads/851606a122c1d1174d0f97857ad472d3/Screenshot_2015-06-25_11.17.08.png) After: ![Screenshot_2015-06-25_11.17.42](https://dev.gitlab.org/gitlab/gitlabhq/uploads/b8dc55bcd76dac29652ef5d25f99ccff/Screenshot_2015-06-25_11.17.42.png) Only with this theme it's not an improvement (this is an honest merge request (trademark pending)) : ![Screenshot_2015-06-25_11.18.35](https://dev.gitlab.org/gitlab/gitlabhq/uploads/5d631a11ee866f5fc51e985b02a836ba/Screenshot_2015-06-25_11.18.35.png) See merge request !1879
-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;