Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa214f7

Browse files
committed
Match mouse hover style to keyboard focus
1 parent 5e112af commit aa214f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
[role^="menuitem"][data-menu-item-focus] {
2525
background: lightblue;
2626
}
27+
[role^="menuitem"]:hover {
28+
background: lightblue;
29+
}
2730
</style>
2831
</head>
2932
<body>

0 commit comments

Comments
 (0)