avoid title in accordion to have background color

This commit is contained in:
jorge 2022-03-21 13:39:11 +01:00
parent 39756d3934
commit 45a027d465
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.accordion-item {
border-bottom: $global-border-archive;
&.is-active {
&:not(.title).is-active {
background-color:$input-background;
}
&:first-of-type {