We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1b5579 + a47ba36 commit 08dbe67Copy full SHA for 08dbe67
src/theme/components/menu.ts
@@ -101,6 +101,13 @@ export const MenuItem = {
101
color: 'muted.400',
102
},
103
104
+ _focusVisible: {
105
+ _web: {
106
+ outlineWidth: '0',
107
+ style: { boxShadow: `none` },
108
+ bg: 'muted.300',
109
+ },
110
111
_checked: {
112
_icon: {
113
opacity: 1,
0 commit comments