Skip to content

Commit

Permalink
fix(VTextField): remove !important flag for bg-color (#8652)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhigash authored and johnleider committed Aug 22, 2019
1 parent 9b95901 commit 83e1c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/components/VTextField/VTextField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
margin-right: 12px

& > .v-input__control > .v-input__slot
background: transparent !important
background: transparent

.v-text-field__prefix
max-height: 32px
Expand Down

0 comments on commit 83e1c9a

Please sign in to comment.