Fix styling if tr is not linked

This commit is contained in:
Mike Jolley 2018-01-31 18:03:34 +00:00
parent 1c570759ae
commit f1dbb70f6e
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2044,7 +2044,7 @@ ul.wc_coupon_list_block {
tbody tr {
border-top: 1px solid #f5f5f5;
}
tbody tr:hover:not(.status-trash) td {
tbody tr:hover:not(.status-trash):not(.no-link) td {
cursor: pointer;
}
.no-link {