Jump to content

Get rid of highlight with multiselect in episodes '.listItem' section


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

How do I get rid of that highlight? With option to get rid all of it or just change the color to transparent and leave the circle in the left for multiselect purpose.

image.thumb.png.6c5f86a796982415ecad0b76d3b72551.png

Link to comment
Share on other sites

Happy2Play

You want to have multi-select always visible or only on hover?

Link to comment
Share on other sites

Happy2Play

Something like this

div.detailsListItem.listItem-hoverable:hover,
div.detailsListItem.listItem-hoverable:hover .chkListItemSelectContainer {
  background: none !important;
} 

 

Link to comment
Share on other sites

  • Solution
Happy2Play
8 minutes ago, cochize1 said:

Thanks. And how to completely remove this multi-select?

label.chkListItemSelectContainer[title="Multi-Select"] {
    display: none !important;
}

 

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...