mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Disable background color on group-header line (on hover, focus, active)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
fec2cc69f4
commit
2264483e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ tr {
|
|||
}
|
||||
}
|
||||
|
||||
tbody tr {
|
||||
tbody tr:not(.group-header) {
|
||||
&:hover, &:focus, &:active {
|
||||
background-color: var(--color-background-dark);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue