applied style to buttons in active accordions

This commit is contained in:
jorge 2022-03-21 13:48:38 +01:00
parent 75cbc81733
commit 91b6b5cac4
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -68,6 +68,8 @@ button,.button {
padding: $global-padding*0.5 $global-padding*5;
}
.accordion-item.is-active {
@extend .button;
background-color: $input-background;
& button, & .button {
// @extend .button;
background-color: $input-background;
}
}