Skip to content

Commit 664cfbc

Browse files
Revert "(Picklist): remove a style disabling a focus outline"
This reverts commit 42543c5.
1 parent ee2e5cb commit 664cfbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/Picklist.tsx

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

0 commit comments

Comments
 (0)