Skip to content

Commit

Permalink
fix(VBtn): hide hover overlay on touch devices
Browse files Browse the repository at this point in the history
fixes #2178
  • Loading branch information
KaelWD authored and johnleider committed Feb 15, 2019
1 parent 8d1cee1 commit 6ed5cc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/vuetify/src/stylus/components/_buttons.styl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ theme(button, "v-btn")
&:before
background-color: currentColor

&:hover::before
@media (hover: none)
background-color: transparent

&__content
align-items: center
border-radius: inherit
Expand Down

0 comments on commit 6ed5cc6

Please sign in to comment.