Skip to content

Commit

Permalink
Update _input-fields.scss (Dogfalo#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 adriennetacke committed Oct 23, 2019
1 parent 1ae98e9 commit d6aa21f
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 d6aa21f

Please sign in to comment.