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 Gray <annabel.dunstone@gmail.com>2017-08-31 23:40:20 +0300
committerRuben Davila <rdavila84@gmail.com>2017-09-06 20:54:09 +0300
commitd5b0e90109a5e7fc3eeef5a0637daf3f19fe9bcb (patch)
tree3519802ea575e0410e0804aba702fd13354af475 /app/assets/stylesheets/new_sidebar.scss
parent3c815f97d32d78abc0eea4f0dd2397e646cd9fd6 (diff)
Start CSS for dark theme
Diffstat (limited to 'app/assets/stylesheets/new_sidebar.scss')
-rw-r--r--app/assets/stylesheets/new_sidebar.scss7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index fd5e344d8c9..e7bd6787c89 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -154,16 +154,9 @@ $new-sidebar-collapsed-width: 50px;
}
li.active {
- box-shadow: inset 4px 0 0 $active-border;
-
> a {
- color: $active-color;
font-weight: $gl-font-weight-bold;
}
-
- svg {
- fill: $active-color;
- }
}
@media (max-width: $screen-xs-max) {