Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 056fec8

Browse files
authored
Only highlight focused menu item if focus is supposed to be visible (#9945)
1 parent 6152c17 commit 056fec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/context_menus/_IconizedContextMenu.pcss

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ limitations under the License.
8484
align-items: center;
8585

8686
&:hover,
87-
&:focus {
87+
&:focus-visible {
8888
background-color: $menu-selected-color;
8989
}
9090

0 commit comments

Comments
 (0)