How to remove highlight once Hovered on buttons
How to remove highlight once Hovered on buttons
CountLessQ
Posts: 33Questions: 9Answers: 0
I am trying to remove the hoover affect from buttons. I tried This:
.dataTables_wrapper .dt-button .dt-button:hover {
background: none;
color: black!important; /*change the hover text color*/
}
/*below block of css for change style when active*/
.dataTables_wrapper .dt-button .dt-butto:active {
background: none;
color: black!important;
}
This discussion has been closed.
Answers
this is my code for the future on how to remove hover on btn: