Skip to content

Commit b4ed773

Browse files
authored
fix: Get rid of erroneous dropdown outline when opening Picker via click (#8716)
1 parent 9349d12 commit b4ed773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@react-spectrum/s2/src/ComboBox.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ export let listbox = style<{size: 'S' | 'M' | 'L' | 'XL'}>({
209209
overflowY: 'auto',
210210
overflowX: 'hidden',
211211
fontFamily: 'sans',
212-
fontSize: controlFont()
212+
fontSize: controlFont(),
213+
outlineStyle: 'none'
213214
});
214215

215216
export let listboxItem = style({

0 commit comments

Comments
 (0)