Skip to content

Commit e8a287e

Browse files
authored
Fix :checked typo
1 parent 8ea3430 commit e8a287e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'base' }) {
197197
'.form-checkbox:checked:hover',
198198
'.form-checkbox:checked:focus',
199199
'.form-radio:checked:hover',
200-
'.form-radio:check:focus',
200+
'.form-radio:checked:focus',
201201
],
202202
styles: {
203203
'border-color': 'transparent',

0 commit comments

Comments
 (0)