Skip to content

Commit

Permalink
Fix-issue-19399-Add product customization option collapsible design i…
Browse files Browse the repository at this point in the history
…ssue
  • Loading branch information
speedy008 committed Nov 24, 2018
1 parent 7c013a1 commit 731fd07
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,24 @@
}
}
}
td.admin__collapsible-block-wrapper {
.admin__collapsible-title {
&:before {
content: @icon-expand-open__content;
}
}
&._show {
.admin__collapsible-title {
&:before {
content: @icon-expand-close__content;
}
}
}
}
}



&.fieldset-wrapper {
border-bottom: 1px solid @collapsible__border-color;
padding: 0;
Expand Down

0 comments on commit 731fd07

Please sign in to comment.