Skip to content

Commit

Permalink
fix-issue-19399 into 2.3-develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
speedy008 committed Nov 26, 2018
1 parent c429462 commit 7ef0c2c
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,21 @@
}
}
}

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 {
Expand Down

0 comments on commit 7ef0c2c

Please sign in to comment.