From 0429a24066f938a27646f53cc13d77a39f36b1cd Mon Sep 17 00:00:00 2001
From: Job van der Voort <jobvandervoort@gmail.com>
Date: Thu, 25 Jun 2015 11:19:56 +0200
Subject: [PATCH] prettier highlighting of active link in the sidebar

---
 app/assets/stylesheets/themes/gitlab-theme.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.30.9