How to style hover of a specific list view?

0
Hi guys I simply want to disable the hover background color of a specific list view. I am wondering how I can reach this for just table without changing the general class background-color?
asked
1 answers
2

Add a class to your specific list view and then select the li from that list view that contains the general :hover selector and overwrite that general :hover selector. If you are using the theming package the theme generator provides make sure to apply your custom CSS(/SASS) in the custom folder files.

answered