Remove top level item margin when accordion is open

This commit is contained in:
Tiago Noronha 2018-02-19 20:19:06 +00:00
parent 8645fe83fc
commit ec403f8fc8
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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