Skip to content

Commit 731fd07

Browse files
committed
Fix-issue-19399-Add product customization option collapsible design issue
1 parent 7c013a1 commit 731fd07

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/main/_collapsible-blocks.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,24 @@
127127
}
128128
}
129129
}
130+
td.admin__collapsible-block-wrapper {
131+
.admin__collapsible-title {
132+
&:before {
133+
content: @icon-expand-open__content;
134+
}
135+
}
136+
&._show {
137+
.admin__collapsible-title {
138+
&:before {
139+
content: @icon-expand-close__content;
140+
}
141+
}
142+
}
143+
}
130144
}
131145

146+
147+
132148
&.fieldset-wrapper {
133149
border-bottom: 1px solid @collapsible__border-color;
134150
padding: 0;

0 commit comments

Comments
 (0)