We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f3c74 commit 681021cCopy full SHA for 681021c
app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_fonts.less
@@ -25,8 +25,7 @@
25
@font-style: normal
26
);
27
28
-[class^='icon-pagebuilder-'],
29
-[class*=' icon-pagebuilder-'] {
+.pagebuilder-icon {
30
/* Better Font Rendering =========== */
31
-moz-osx-font-smoothing: grayscale;
32
-webkit-font-smoothing: antialiased;
@@ -39,3 +38,8 @@
39
38
speak: none;
40
text-transform: none;
41
}
+
42
+[class^='icon-pagebuilder-'],
43
+[class*=' icon-pagebuilder-'] {
44
+ &:extend(.pagebuilder-icon all);
45
+}
0 commit comments