Only highlight focused menu item if focus is supposed to be visible (#9945)
This commit is contained in:
parent
6152c1762d
commit
056fec844f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue