Skip to content

Commit

Permalink
fix(VPagination): disable overlay transition for pagination btns
Browse files Browse the repository at this point in the history
fixes #15576
  • Loading branch information
johnleider committed Aug 8, 2022
1 parent 127da96 commit 29786cb
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 @@ -227,6 +227,8 @@
@include tools.rounded($button-pagination-border-radius)

&__overlay
transition: none

.v-pagination__item--is-active &
opacity: $button-pagination-active-overlay-opacity

Expand Down

0 comments on commit 29786cb

Please # to comment.