mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ui): apply correct styles to accorion
This commit is contained in:
committed by
Łukasz Mierzwa
parent
947fe1d817
commit
a42f2a55ca
@@ -1,8 +1,8 @@
|
||||
.accordion {
|
||||
.Collapsible.card {
|
||||
.card {
|
||||
overflow: unset;
|
||||
|
||||
.Collapsible__trigger.is-open.card-header {
|
||||
.card-header.active {
|
||||
color: $body-color;
|
||||
background-color: $accordion-active-bg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user