Commit 8987cfe3 authored by Denys Mishunov's avatar Denys Mishunov

Fixed the badge color on active item

As per review
parent 224e40dd
...@@ -285,8 +285,10 @@ ...@@ -285,8 +285,10 @@
.sidebar-sub-level-items:not(.is-fly-out-only) { .sidebar-sub-level-items:not(.is-fly-out-only) {
display: block; display: block;
} }
.badge.badge-pill { .badge.badge-pill {
@include gl-font-weight-normal; @include gl-font-weight-normal; // TODO: update in `theme_indigo.scss`
color: $blue-700; // TODO: update in `theme_indigo.scss`
} }
} }
} }
......
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