vuetifyjs/vuetify

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

已关闭

#21,615 创建于 2025年6月20日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (7,139 个派生)batch import
C: VExpansionPanelsT: featuregood first issue

仓库指标

星标
 (40,995 个星标)
PR 合并指标
 (平均合并 59天 10小时) (30 天内合并 8 个 PR)

描述

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.

贡献者指南