Commit 0bc9189c authored by Denys Mishunov's avatar Denys Mishunov

Fixed regression for dropdowns

Limited the custom styling of anchors in dropdowns to direct children of
<li> so that it doesn't affect potential anchors deeper in items'
structure (see https://gitlab.com/gitlab-org/gitlab/issues/35834)
parent 6c1f03fe
...@@ -288,7 +288,7 @@ ...@@ -288,7 +288,7 @@
list-style: none; list-style: none;
padding: 0 1px; padding: 0 1px;
a:not(.help-link), > a,
button, button,
.menu-item { .menu-item {
@include dropdown-link; @include dropdown-link;
......
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