File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
packages/@react-spectrum/s2/src Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,8 @@ export let listboxItem = style({
169
169
} ,
170
170
paddingBottom : '--labelPadding' ,
171
171
backgroundColor : { // TODO: revisit color when I have access to dev mode again
172
- default : {
173
- default : 'transparent' ,
174
- isFocused : baseColor ( 'gray-100' ) . isFocusVisible
175
- }
172
+ default : 'transparent' ,
173
+ isFocused : baseColor ( 'gray-100' ) . isFocusVisible
176
174
} ,
177
175
color : {
178
176
default : 'neutral' ,
@@ -242,7 +240,7 @@ export let listboxHeading = style({
242
240
// not sure why edgeToText won't work...
243
241
const separatorWrapper = style ( {
244
242
display : {
245
- ':is(:last-child > & )' : 'none' ,
243
+ ':is(:last-child > * )' : 'none' ,
246
244
default : 'flex'
247
245
} ,
248
246
// A workaround since edgeToText() returns undefined for some reason
You can’t perform that action at this time.
0 commit comments