Commit aa747249 authored by Clement Ho's avatar Clement Ho

Merge branch '47273-bs4-header-sub-nav-dropdown-active-states' into 'master'

Resolve "Header sub-nav dropdown triggers missing active state on dropdown open"

Closes #47273

See merge request gitlab-org/gitlab-ce!19402
parents f2560340 e76437e2
......@@ -35,7 +35,7 @@
}
&.active > a,
&.dropdown.open > a {
&.dropdown.show > a {
color: $color-900;
background-color: $color-alternate;
}
......@@ -74,7 +74,7 @@
}
&.active > a,
&.dropdown.open > a {
&.dropdown.show > a {
color: $color-900;
background-color: $color-alternate;
......
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