mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Avoid changing background of table header on hover (#15602)
GitOrigin-RevId: e76c42932d691746e7fbc6b7c865b8aaf36a1c03
This commit is contained in:
parent
994e18bdee
commit
e8150c4b17
1 changed files with 4 additions and 12 deletions
|
@ -397,21 +397,13 @@
|
||||||
td:last-child {
|
td:last-child {
|
||||||
padding-right: @line-height-computed - (@grid-gutter-width / 2);
|
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 {
|
tbody {
|
||||||
|
tr:not(.no-projects):hover {
|
||||||
|
background-color: @structured-list-hover-color;
|
||||||
|
}
|
||||||
|
|
||||||
tr:last-child {
|
tr:last-child {
|
||||||
border-bottom: 0 none;
|
border-bottom: 0 none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue