Commit 9c8e4e9c authored by Denys Mishunov's avatar Denys Mishunov

Fix the dark theme context

parent 9f0dad81
...@@ -3,6 +3,16 @@ ...@@ -3,6 +3,16 @@
// Needed while we serve both *_base and *_variant stylesheets // Needed while we serve both *_base and *_variant stylesheets
// TODO: These have to be removed during the feature flag rollout // TODO: These have to be removed during the feature flag rollout
// //
&.gl-dark .nav-sidebar li.active {
box-shadow: none;
}
&.gl-dark .nav-sidebar li a,
.toggle-sidebar-button .collapse-text,
.toggle-sidebar-button .icon-chevron-double-lg-left,
.toggle-sidebar-button .icon-chevron-double-lg-right {
color: $gray-darkest;
}
.nav-sidebar { .nav-sidebar {
box-shadow: none; box-shadow: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment