Skip to content

Commit

Permalink
fix(VOoverflowBtn): remove top border (#6984)
Browse files Browse the repository at this point in the history
* Update _overflow-buttons.styl

* remove duplicate fix

Fixes #6960
  • Loading branch information
blalan05 authored and Dmitry Sharshakov committed Apr 14, 2019
1 parent 31627fa commit aa14ca8
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ v-overflow-btn($material)
.v-input__slot
&::before
background-color: $material.dividers !important // override v-text-field bottom border


&.v-text-field--outline
.v-input__control,
.v-input__slot
&::before
background-color: transparent !important // override v-text-field top border;

&--segmented,
&--editable:hover,
&--editable.v-input--is-focused,
Expand Down

0 comments on commit aa14ca8

Please sign in to comment.