You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KaelWD
added
T: bug
Functionality that does not work as intended/expected
upstream
Problem with a third party library that we may have to work around
labels
May 15, 2023
Environment
Vuetify Version: 3.2.4
Vue Version: 3.3.2
Browsers: Firefox 112.0
OS: Mac OS 10.15
Steps to reproduce
Go to the playground and click on buttons
Expected Behavior
The ripple effect of a button containing only an icon comes from the center
Actual Behavior
The ripple effect comes from the place of the click
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
According to the source code:
vuetify/packages/vuetify/src/components/VBtn/VBtn.tsx
Lines 191 to 195 in ecf814d
the ripple effect for a button with only an icon should come from the center of the button.
At the moment, the ripple effect comes from the place of the click, as with ordinary buttons
The text was updated successfully, but these errors were encountered: