Skip to content

Commit

Permalink
fix(VBtn): override hover effect for disable state (#17912)
Browse files Browse the repository at this point in the history
fixes #17228
  • Loading branch information
prashantsinghb committed Aug 8, 2023
1 parent 30f2180 commit e5ddab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/components/VBtn/VBtn.sass
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@

@if ($button-colored-disabled)
opacity: $button-disabled-opacity
&:hover
opacity: $button-disabled-opacity
@else
opacity: 1
&.v-btn
Expand Down

0 comments on commit e5ddab5

Please sign in to comment.