We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30983a commit e2bf18aCopy full SHA for e2bf18a
packages/@react-spectrum/s2/src/Picker.tsx
@@ -111,6 +111,8 @@ const inputButton = style<PickerButtonProps | AriaSelectRenderProps>({
111
...focusRing(),
112
...fieldInput(),
113
outlineStyle: {
114
+ default: 'none',
115
+ isFocusVisible: 'solid',
116
isQuiet: 'none'
117
},
118
position: 'relative',
@@ -142,7 +144,8 @@ const inputButton = style<PickerButtonProps | AriaSelectRenderProps>({
142
144
143
145
maxWidth: {
146
isQuiet: 'max'
- }
147
+ },
148
+ disableTapHighlight: true
149
});
150
151
const quietFocusLine = style({
0 commit comments