Skip to content

Commit e49d32a

Browse files
Hao Jiaacburst
authored andcommitted
Update _input-fields.scss (Dogfalo#6313)
fix .browser-default wont take effect when there is no type attribute in input.
1 parent 93e6c13 commit e49d32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/components/forms/_input-fields.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/* Text inputs */
1111

12-
input:not([type]),
12+
input:not([type]):not(.browser-default),
1313
input[type=text]:not(.browser-default),
1414
input[type=password]:not(.browser-default),
1515
input[type=email]:not(.browser-default),

0 commit comments

Comments
 (0)