Improved folder glyph

This commit is contained in:
djmaze 2021-02-12 01:05:02 +01:00
parent f1a3f54547
commit 60e29fdd66
8 changed files with 8 additions and 13 deletions

View file

@ -15,6 +15,7 @@
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
line-height: 1;
text-transform: none !important;
speak: never;
-webkit-font-smoothing: antialiased;
@ -106,9 +107,6 @@
.icon-folder-add::before {
content: "\e03c";
}
.icon-folder::before {
content: "🗀";
}
.icon-bolt::before {
content: "\e042";
}
@ -281,4 +279,7 @@
.icon-spinner::before {
content: "\e05e";
}
.icon-folder::before {
content: "📁";
}
*/