Skip to content

Commit 08dbe67

Browse files
authored
Merge pull request #4939 from GeekyAnts/fix/menuitem-focus
fix: menuitem focus
2 parents b1b5579 + a47ba36 commit 08dbe67

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)