]> source.dussan.org Git - nextcloud-server.git/commitdiff
Disable background color on group-header line (on hover, focus, active)
authorJérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Tue, 6 Jun 2023 08:00:57 +0000 (10:00 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 08:00:57 +0000 (10:00 +0200)
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
core/css/styles.scss

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