My table CSS includes the following code:
.table-hover>tbody>tr:hover {
background-color: #f36f25;
color:#FFFFFF;
}
I am looking for a way to exclude specific rows from this hover effect.
Is there a method to customize which rows trigger the hover effect in my tables?