vuetifyjs/vuetify
[Feature Request] Add a way to disable the hover effect on <v-expansion-panels>
Chiusa
#21.615 aperta il 20 giu 2025
C: VExpansionPanelsT: featuregood first issue
Metriche repository
- Star
- (40.995 stelle)
- Metriche merge PR
- (Merge medio 59g 10h) (8 PR mergiate in 30 g)
Descrizione
Problem to solve
This feature allows developers to disable the hover effect from <v-expansion-panels> without relying on CSS rules. Right now the desired result can be achieved with this:
.v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
--v-hover-opacity: 0;
}
Proposed solution
Add a prop or a SASS variable to control above mentioned behavior.