From 45a027d4659516478dd7aeda29a98eb86566fb4d Mon Sep 17 00:00:00 2001 From: jorge-hangar Date: Mon, 21 Mar 2022 13:39:11 +0100 Subject: [PATCH] avoid title in accordion to have background color --- asset/scss/components/_accordion.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asset/scss/components/_accordion.scss b/asset/scss/components/_accordion.scss index 07cf45b..4f346bf 100644 --- a/asset/scss/components/_accordion.scss +++ b/asset/scss/components/_accordion.scss @@ -1,6 +1,6 @@ .accordion-item { border-bottom: $global-border-archive; - &.is-active { + &:not(.title).is-active { background-color:$input-background; } &:first-of-type {