vuetifyjs/vuetify

[Feature Request] Add a way to disable the hover effect on <v-expansion-panels>

Fermée

#21 615 ouverte le 20 juin 2025

 (1 commentaire) (0 réaction) (0 personne assignée)TypeScript (7 139 forks)batch import
C: VExpansionPanelsT: featuregood first issue

Métriques du dépôt

Stars
 (40 995 étoiles)
Métriques de merge PR
 (Merge moyen 59j 10h) (8 PRs mergées en 30 j)

Description

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.

Guide contributeur