Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 20:27:05 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 20:39:58 +0300
commit630aeb31eb7728789d1f7659ec0e12ea5a5fd59c (patch)
tree588dc6ed3474b7decbe871ba584560ff4f091171 /app/assets/stylesheets/framework/gitlab-theme.scss
parent67a18f34e93ce8aa990794558371096f8f3a4e4c (diff)
Add back sidebar counters and username
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab-theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index 245e8b285e9..408d4a68e1e 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -10,8 +10,12 @@
.page-with-sidebar {
.collapse-nav a {
- color: $white-light;
+ color: $color-light;
background: $color;
+
+ &:hover {
+ color: $white-light;
+ }
}
.sidebar-wrapper {