mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Avoid changing background of table header on hover (#15602)
GitOrigin-RevId: e76c42932d691746e7fbc6b7c865b8aaf36a1c03
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user