diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-06-25 11:32:27 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-06-25 11:32:27 +0000 |
commit | 482b9605a33d91f7e96a6edc8b21dc9ac8fdc730 (patch) | |
tree | db511416b20c59a08450d438f6484f8f237823c4 | |
parent | 9c0229732aee0edeac0896d6a62faea8a449199c (diff) | |
parent | 0429a24066f938a27646f53cc13d77a39f36b1cd (diff) | |
download | gitlab-ce-482b9605a33d91f7e96a6edc8b21dc9ac8fdc730.tar.gz |
Merge branch 'highlight-link-sidebar' into 'master'
prettier highlighting of active link in the sidebar
Before:

After:

Only with this theme it's not an improvement (this is an honest merge request (trademark pending)) :

See merge request !1879
-rw-r--r-- | app/assets/stylesheets/themes/gitlab-theme.scss | 2 |
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; |