vuetifyjs / vuetify

🐉 Vue Component Framework
https://vuetifyjs.com
MIT License
39.06k stars 6.91k forks source link

[Feature Request] Let v-data-table hover prop accept strings too #19639

Open simionato-mobisec opened 2 weeks ago

simionato-mobisec commented 2 weeks ago

Problem to solve

Hover styling is always a light grey. It would be cool to have a prop to easily change the color without using CSS.

Proposed solution

Hover prop could accept strings too (like "primary", "info", "#FF00FF") and the table could calculate the proper transparency before styling the row.