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.
1 parent e9ae1f9 commit a47ba36Copy full SHA for a47ba36
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