avoid title in accordion to have background color
This commit is contained in:
parent
39756d3934
commit
45a027d465
|
@ -1,6 +1,6 @@
|
||||||
.accordion-item {
|
.accordion-item {
|
||||||
border-bottom: $global-border-archive;
|
border-bottom: $global-border-archive;
|
||||||
&.is-active {
|
&:not(.title).is-active {
|
||||||
background-color:$input-background;
|
background-color:$input-background;
|
||||||
}
|
}
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
|
|
Loading…
Reference in New Issue