Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 25952f5

Browse files
committed
Merge pull request #4 from prtksxna/color
Fix color on hover and when the dropdown is open
2 parents ad6506d + 99a58f2 commit 25952f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dropdown.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
z-index: 3000;
1414
}
1515

16+
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
17+
.nav > li > a.accessibility-simulation-button:focus,
18+
.nav > li > a.accessibility-simulation-button:hover {
19+
background-color: #163663;
20+
}
21+
1622
.accessibility-simulation-dropdown li {
1723
cursor: pointer;
1824
}

0 commit comments

Comments
 (0)