[Bug Report][3.4.7] V-Btn opacity transition not applied properly #18874
Closed
Description
Environment
Vuetify Version: 3.4.7
Last working version: 3.0.0-beta.6
Vue Version: 3.3.8
Browsers: Chrome 120.0.0.0
OS: Windows 10
Steps to reproduce
- Create a v-btn component
- Hover over the v-btn component
Expected Behavior
Opacity change is applied with a transition of 200ms duration and ease-in-out transition function
Actual Behavior
Opacity change is applied instantly without any transition
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Might be caused by this commit 29786cb as the supposed functionality is to disable the overlay transition for pagination buttons, but inadvertently caused overlay transitions to be disabled for all buttons.