Skip to content

Commit a47ba36

Browse files
committed
fix: menuitem focus
1 parent e9ae1f9 commit a47ba36

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/theme/components/menu.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ export const MenuItem = {
101101
color: 'muted.400',
102102
},
103103
},
104+
_focusVisible: {
105+
_web: {
106+
outlineWidth: '0',
107+
style: { boxShadow: `none` },
108+
bg: 'muted.300',
109+
},
110+
},
104111
_checked: {
105112
_icon: {
106113
opacity: 1,

0 commit comments

Comments
 (0)