Skip to content

Commit

Permalink
Update _input-fields.scss (#6313)
Browse files Browse the repository at this point in the history
fix .browser-default wont take effect when there is no type attribute in input.
  • Loading branch information
Hao Jia authored and acburst committed Oct 15, 2019
1 parent ea3f1a6 commit 0add1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/components/forms/_input-fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/* Text inputs */

input:not([type]),
input:not([type]):not(.browser-default),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
Expand Down

0 comments on commit 0add1f1

Please sign in to comment.