Skip to content

Commit 27ef444

Browse files
committed
Update
1 parent eed324b commit 27ef444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ const forms = plugin.withOptions(function (options = { strategy: undefined }) {
328328
},
329329
},
330330
{
331-
base: [`input:where([type='file']:focus)`],
331+
base: [`input:where([type='file']):focus`],
332332
class: null,
333333
styles: {
334334
outline: [`1px solid ButtonText`, `1px auto -webkit-focus-ring-color`],

0 commit comments

Comments
 (0)