File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'class' }) {
98
98
} ,
99
99
{
100
100
base : [ '[multiple]' ] ,
101
- class : [ '.form-multiselect' ] ,
101
+ class : null ,
102
102
styles : {
103
103
'background-image' : 'initial' ,
104
104
'background-position' : 'initial' ,
@@ -228,7 +228,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'class' }) {
228
228
} ,
229
229
{
230
230
base : [ `[type='file']` ] ,
231
- class : [ '.form-file' ] ,
231
+ class : null ,
232
232
styles : {
233
233
background : 'unset' ,
234
234
'border-color' : 'inherit' ,
@@ -241,7 +241,7 @@ const forms = plugin.withOptions(function (options = { strategy: 'class' }) {
241
241
} ,
242
242
{
243
243
base : [ `[type='file']:focus` ] ,
244
- class : [ '.form-file:focus' ] ,
244
+ class : null ,
245
245
styles : {
246
246
outline : `1px solid ButtonText` ,
247
247
outline : `1px auto -webkit-focus-ring-color` ,
You can’t perform that action at this time.
0 commit comments