Skip to content

Commit 681021c

Browse files
committed
MC-3571: Implement overlay for MC-1405
Fix font-family assignment in order to properly show hide icon
1 parent 17f3c74 commit 681021c

File tree

1 file changed

+6
-2
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
@font-style: normal
2626
);
2727

28-
[class^='icon-pagebuilder-'],
29-
[class*=' icon-pagebuilder-'] {
28+
.pagebuilder-icon {
3029
/* Better Font Rendering =========== */
3130
-moz-osx-font-smoothing: grayscale;
3231
-webkit-font-smoothing: antialiased;
@@ -39,3 +38,8 @@
3938
speak: none;
4039
text-transform: none;
4140
}
41+
42+
[class^='icon-pagebuilder-'],
43+
[class*=' icon-pagebuilder-'] {
44+
&:extend(.pagebuilder-icon all);
45+
}

0 commit comments

Comments
 (0)