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

pull/28788/head^2
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
1 changed files with 1 additions and 1 deletions

View File

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