vuetifyjs/vuetify
[Feature Request] Add a way to disable the hover effect on <v-expansion-panels>
已關閉
#21,615 建立於 2025年6月20日
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.