Skip to content

Commit

Permalink
ENGCOM-3921: [Backport]Fix-issue-19399-Add product customization opti…
Browse files Browse the repository at this point in the history
…on collapsible design issue #19400
  • Loading branch information
sidolov authored Jan 22, 2019
2 parents 49ea497 + e7fd2ae commit 64493af
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 64493af

Please sign in to comment.