fix: Menus with accessory in-front of label cannot be navigated with keyboard letters
fix: Flash of outline state when focusing menu item with keyboard
This commit is contained in:
@@ -106,10 +106,12 @@ export default createGlobalStyle<Props>`
|
||||
|
||||
.js-focus-visible :focus:not(.focus-visible) {
|
||||
outline: none;
|
||||
outline-width: 0;
|
||||
}
|
||||
|
||||
.js-focus-visible .focus-visible {
|
||||
outline-color: ${s("accent")};
|
||||
outline-offset: -1px;
|
||||
outline-width: initial;
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user