vuetify
vuetify copied to clipboard
[Bug Report][3.1.4] "color" and "active-color" do the same thing for VList, but none of them lets you set the color for the list when its inactive
Environment
Vuetify Version: 3.1.4 Vue Version: 3.2.47 Browsers: Chrome 109.0.0.0 OS: Windows 10
Steps to reproduce
poke around at the v-list in the Vuetify Play areas (link)
Expected Behavior
active-color would be the one that makes the item change color when active,
and color being the one that sets the color for the entire VList.
Actual Behavior
active-color and color seem to the exact same, though "active-color" gets priority.
Reproduction Link
Related: #16478 Broken since beta.1: 0897cd98c97e667f52a000d56d18111c781d4dbc
v3 added this to fix #9285