Only highlight focused menu item if focus is supposed to be visible (#9945)

This commit is contained in:
Robin 2023-01-20 08:46:17 -05:00 committed by GitHub
parent 6152c1762d
commit 056fec844f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,7 @@ limitations under the License.
align-items: center; align-items: center;
&:hover, &:hover,
&:focus { &:focus-visible {
background-color: $menu-selected-color; background-color: $menu-selected-color;
} }