Skip to content

Commit 42543c5

Browse files
(Picklist): remove a style disabling a focus outline
1 parent 2ecc7a4 commit 42543c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/Picklist.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ const PicklistContext = createContext<{
191191
function useInitComponentStyle() {
192192
useEffect(() => {
193193
registerStyle('picklist', [
194-
['.react-picklist-input:focus-visible', '{ outline: none; }'],
195194
['.react-picklist-input:not(:disabled)', '{ cursor: pointer; }'],
196195
]);
197196
}, []);

0 commit comments

Comments
 (0)