Skip to content
Snippets Groups Projects
Commit aa747249 authored by Clement Ho's avatar Clement Ho
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,7 +35,7 @@
}
 
&.active > a,
&.dropdown.open > a {
&.dropdown.show > a {
color: $color-900;
background-color: $color-alternate;
}
Loading
Loading
@@ -74,7 +74,7 @@
}
 
&.active > a,
&.dropdown.open > a {
&.dropdown.show > a {
color: $color-900;
background-color: $color-alternate;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment