Skip to content

Commit f68ff63

Browse files
author
Michael Yu
committed
MAGETWO-91923 static test failures
- Fixed panel.less
1 parent eb9433c commit f68ff63

File tree

1 file changed

+4
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+4
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_panel.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,13 @@
266266

267267
&.active {
268268
.group-title {
269-
:before {
270-
content: @icon-caret-up__content;
271-
}
272269
h4 {
273270
color: @color-ivory;
274271
}
272+
273+
:before {
274+
content: @icon-caret-up__content;
275+
}
275276
}
276277
.pagebuilder-panel-groups-child {
277278
background: @color-brownie-almost;

0 commit comments

Comments
 (0)