Skip to content

[Bug Report][3.4.7] V-Btn opacity transition not applied properly #18874

Closed
@AapoPitkanen

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

  1. Create a v-btn component
  2. 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.

Metadata

Assignees

Labels

C: VBtnVBtnT: bugFunctionality that does not work as intended/expected

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions