-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
C: VListT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we broke
Milestone
Description
Environment
Vuetify Version: 2.5.8
Vue Version: 2.6.14
Browsers: Chrome 93.0.4577.82
OS: Windows 10
Steps to reproduce
- Create some
v-list-items withtoprop. - Set the
colorinv-list-item. - The
colorprop is not working.v-list-itemcolor is not changed when it is inactivestate.
According to the docs it should change the color, when it is in the active state:
https://vuetifyjs.com/en/api/v-list-item/#props-color
Expected Behavior
Color should change to the selected one when v-list-item is in the active state.
Actual Behavior
Color is not changed from the default one when v-list-item is in the active state.
Reproduction Link
https://codepen.io/mikilll94/pen/MWoBjLr
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C: VListT: bugFunctionality that does not work as intended/expectedFunctionality that does not work as intended/expectedT: regressionSomething that used to work but we brokeSomething that used to work but we broke