wordpress-menu #56

Merged
chris merged 49 commits from wordpress-menu into develop 2022-03-25 13:12:29 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 45a027d465 - Show all commits

View File

@ -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 {