Commit 224e40dd authored by Denys Mishunov's avatar Denys Mishunov

Fixing the visual issues

As per review
parent d26d2efc
......@@ -212,6 +212,7 @@
@include gl-display-flex;
@include gl-align-items-center;
@include gl-rounded-base;
@include gl-w-auto;
transition: padding $sidebar-transition-duration;
margin-bottom: 1px;
......@@ -284,11 +285,15 @@
.sidebar-sub-level-items:not(.is-fly-out-only) {
display: block;
}
.badge.badge-pill {
@include gl-font-weight-normal;
}
}
}
}
.sidebar-sub-level-items {
@include gl-pb-0;
display: none;
&:not(.fly-out-list) {
......
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