File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -70,16 +70,26 @@ export const MenuItem = {
70
70
color : 'text.400' ,
71
71
} ,
72
72
} ,
73
- _focus : {
73
+ _hover : {
74
74
bg : 'muted.200' ,
75
75
} ,
76
- _pressed : {
76
+ _focus : {
77
77
bg : 'muted.300' ,
78
78
} ,
79
+ _pressed : {
80
+ bg : 'muted.400' ,
81
+ } ,
79
82
80
83
_icon : {
81
84
color : 'muted.500' ,
82
85
} ,
86
+ _focusVisible : {
87
+ _web : {
88
+ outlineWidth : '0' ,
89
+ style : { boxShadow : `none` } ,
90
+ bg : 'muted.300' ,
91
+ } ,
92
+ } ,
83
93
} ,
84
94
_dark : {
85
95
_text : {
@@ -90,12 +100,15 @@ export const MenuItem = {
90
100
color : 'text.600' ,
91
101
} ,
92
102
} ,
93
- _focus : {
103
+ _hover : {
94
104
bg : 'muted.700' ,
95
105
} ,
96
- _pressed : {
106
+ _focus : {
97
107
bg : 'muted.600' ,
98
108
} ,
109
+ _pressed : {
110
+ bg : 'muted.500' ,
111
+ } ,
99
112
100
113
_icon : {
101
114
color : 'muted.400' ,
@@ -105,7 +118,7 @@ export const MenuItem = {
105
118
_web : {
106
119
outlineWidth : '0' ,
107
120
style : { boxShadow : `none` } ,
108
- bg : 'muted.300 ' ,
121
+ bg : 'muted.600 ' ,
109
122
} ,
110
123
} ,
111
124
_checked : {
You can’t perform that action at this time.
0 commit comments