Skip to content

Commit 7dda41f

Browse files
committed
MAGETWO-86867: [Tech Debt] Revise LESS/CSS classes and icons
1 parent b1dc71a commit 7dda41f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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
@@ -602,7 +602,7 @@
602602
display: inline-block;
603603

604604
a {
605-
color: white;
605+
color: @color-white;
606606
display: block;
607607
font-size: 13px;
608608
line-height: 42px;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
.pagebuilder-content-type {
1111
.pagebuilder-button-item {
12-
font-size: 0;
13-
width: auto;
1412
[contenteditable=true] {
1513
display: inline-block;
1614
min-height: 18px;
1715
min-width: 20px;
1816
}
17+
font-size: 0;
18+
width: auto;
1919
.pagebuilder-options {
2020
bottom: 0;
2121
left: calc(50% - 5px);

0 commit comments

Comments
 (0)