Skip to content
Snippets Groups Projects
Verified Commit 7257036e authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3475979 by m4olivei, rkoller, finnsky: Remove prefixed abbreviations...

Issue #3475979 by m4olivei, rkoller, finnsky: Remove prefixed abbreviations from top-level menu items
parent 89582dc5
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
}
[class*="toolbar-button--icon"]:not(:has(.toolbar-button__icon))::before {
flex-shrink: 0;
content: attr(data-icon-text);
content: attr(data-icon-text) / "";
text-align: center;
color: currentColor;
font-size: calc(0.75 * var(--admin-toolbar-rem));
......
......@@ -119,7 +119,7 @@
[class*="toolbar-button--icon"]:not(:has(.toolbar-button__icon)) {
&::before {
flex-shrink: 0;
content: attr(data-icon-text);
content: attr(data-icon-text) / "";
text-align: center;
color: currentColor;
font-size: calc(0.75 * var(--admin-toolbar-rem));
......
......@@ -33,6 +33,7 @@ module.exports = (filePath, callback) => {
'has-pseudo-class': false,
'image-set-function': false,
'prefers-color-scheme-query': false,
'content-alt-text': false,
}
}),
postcssPixelsToRem({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment