applied style to buttons in active accordions
This commit is contained in:
parent
75cbc81733
commit
91b6b5cac4
File diff suppressed because one or more lines are too long
|
@ -68,6 +68,8 @@ button,.button {
|
||||||
padding: $global-padding*0.5 $global-padding*5;
|
padding: $global-padding*0.5 $global-padding*5;
|
||||||
}
|
}
|
||||||
.accordion-item.is-active {
|
.accordion-item.is-active {
|
||||||
@extend .button;
|
& button, & .button {
|
||||||
|
// @extend .button;
|
||||||
background-color: $input-background;
|
background-color: $input-background;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue