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 2ecc7a4 commit 42543c5Copy full SHA for 42543c5
src/scripts/Picklist.tsx
@@ -191,7 +191,6 @@ const PicklistContext = createContext<{
191
function useInitComponentStyle() {
192
useEffect(() => {
193
registerStyle('picklist', [
194
- ['.react-picklist-input:focus-visible', '{ outline: none; }'],
195
['.react-picklist-input:not(:disabled)', '{ cursor: pointer; }'],
196
]);
197
}, []);
0 commit comments