Skip to content

Commit

Permalink
fix(MdField): remove firefox required box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 committed Jul 18, 2018
1 parent fb57db4 commit 3ff295f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdField/MdField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
font-family: inherit;
font-size: 16px;
line-height: $md-input-height;
box-shadow: 0px 0px transparent; // firefox required fix
&[type="date"] {
font-size: 16px;
Expand Down

0 comments on commit 3ff295f

Please sign in to comment.