Remove top level item margin when accordion is open
This commit is contained in:
parent
8645fe83fc
commit
ec403f8fc8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -242,11 +242,11 @@
|
|||
}
|
||||
|
||||
&.product-category-accordion-open {
|
||||
margin: 5px 0;
|
||||
margin: 0 0 5px;
|
||||
border-bottom-width: 1px;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
&:not(:first-child) {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
|
Loading…
Reference in New Issue