Skip to content

Commit c31426c

Browse files
ENGCOM-5473: Resolve Toggle icon not working in create configuration Product creation Page issue 22702 #23803
- Merge Pull Request #23803 from edenduong/magento2:2.3-bugfix/toggle_icon_configurable_22702 - Merged commits: 1. d562572
2 parents 5911255 + d562572 commit c31426c

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)