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

Commit e78aa6b

Browse files
committed
Merge pull request #5 from prtksxna/spec
Use class specific selector for hover and focus states
2 parents 25952f5 + f815992 commit e78aa6b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dropdown.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
z-index: 3000;
1414
}
1515

16-
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus,
16+
.nav .open>a.accessibility-simulation-button,
17+
.nav .open>a.accessibility-simulation-button:hover,
18+
.nav .open>a.accessibility-simulation-button:focus,
1719
.nav > li > a.accessibility-simulation-button:focus,
1820
.nav > li > a.accessibility-simulation-button:hover {
1921
background-color: #163663;

0 commit comments

Comments
 (0)