Avoid changing background of table header on hover (#15602)

GitOrigin-RevId: e76c42932d691746e7fbc6b7c865b8aaf36a1c03
This commit is contained in:
Alf Eaton
2023-11-06 10:53:46 +00:00
committed by Copybot
parent d0cf364e41
commit 1267986c08

View File

@@ -397,21 +397,13 @@
td:last-child {
padding-right: @line-height-computed - (@grid-gutter-width / 2);
}
&:hover {
&:not(.no-projects) {
background-color: @structured-list-hover-color;
}
}
}
thead {
tr:hover {
background-color: transparent;
}
}
tbody {
tr:not(.no-projects):hover {
background-color: @structured-list-hover-color;
}
tr:last-child {
border-bottom: 0 none;
}