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

 - Merge Pull Request #19400 from speedy008/magento2:fix-issue-19399
 - Merged commits:
   1. 731fd07
  • Loading branch information
magento-engcom-team committed Jan 20, 2019
2 parents 8170336 + 731fd07 commit e7fd2ae
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 e7fd2ae

Please sign in to comment.