Only highlight focused menu item if focus is supposed to be visible (#9945)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user