Skip to content

Commit eb9433c

Browse files
author
Michael Yu
committed
MAGETWO-91923 static test failures
- Fixed missing variable failure - Fixed panel display issue - Changed out tooltip parameter with color variable
1 parent 87a0910 commit eb9433c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266

267267
&.active {
268268
.group-title {
269-
&::before {
269+
:before {
270270
content: @icon-caret-up__content;
271271
}
272272
h4 {

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/_preview.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
width: 100%;
9191

9292
&.pagebuilder-abstract {
93-
background: @entityColor;
93+
background: @entity-color;
9494
color: @color-white;
9595
text-align: center;
9696

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/slider/_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777

7878
.lib-tooltip(
7979
@_tooltip-position: top,
80-
@_tooltip-color: '#CCCCCC'
80+
@_tooltip-color: @color-gray80
8181
);
8282

8383
.tooltip-content {

0 commit comments

Comments
 (0)