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:
Jérôme Herbinet 2023-06-06 10:00:57 +02:00 committed by GitHub
parent fec2cc69f4
commit 2264483e1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,7 +429,7 @@ tr {
}
}
tbody tr {
tbody tr:not(.group-header) {
&:hover, &:focus, &:active {
background-color: var(--color-background-dark);
}