Skip to content

Commit aa4842d

Browse files
authored
ENGCOM-5473: Resolve Toggle icon not working in create configuration Product creation Page issue 22702 #23803
2 parents c7c704c + c31426c commit aa4842d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@
122122
&:before {
123123
content: @icon-expand-close__content;
124124
}
125+
&.active {
126+
&:before {
127+
content: @icon-expand-open__content;
128+
}
129+
}
125130
}
126131
}
127132

0 commit comments

Comments
 (0)