summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-07 15:21:16 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-13 10:02:39 -0700
commit270468ed65de8dff7034dbdd3a0cc90ff81b1a82 (patch)
tree754d8003fe47d3cdcc346b3959f25611ca3029b8
parent5e71c2bc752a577f5d441b6612066617f6dae904 (diff)
downloadgitlab-ce-37573-fix-sidebar-active-color.tar.gz
-rw-r--r--app/assets/stylesheets/new_sidebar.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 90d549c501f..952002c83d1 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -3,7 +3,6 @@
@import "bootstrap/variables";
$active-background: rgba(0, 0, 0, .04);
-$active-color: $indigo-700;
$active-hover-background: $active-background;
$active-hover-color: $gl-text-color;
$inactive-badge-background: rgba(0, 0, 0, .08);
@@ -216,7 +215,6 @@ $new-sidebar-collapsed-width: 50px;
&:hover,
&:focus {
background: $active-background;
- color: $active-color;
}
}
}
@@ -316,7 +314,6 @@ $new-sidebar-collapsed-width: 50px;
}
.badge {
- color: $active-color;
font-weight: $gl-font-weight-bold;
}