Mir ist aufgefallen, dass die Icons seit geraumer Zeit "dick" angezeigt werden. Teilweise sind sie so dick, dass man Details nicht erkennt.
Es ist auch egal, welches Design ich wähle.
Zuerst dachte ich, dass diese Formatierung mit dem Update auf V1.0.4 des Paketes kam, aber nachdem ich zurück auf V1.0.3 gegangen bin, sehe ich keine Änderung.
Diese CSS-Deklaration nutze ich:
CSS
/* Microsoft Windows */
.wbbBoardIcon32.fa-folder-open-o:before, .wbbBoardIcon32.fa-folder-o:before {
content: "\f17a" !important;
font-family: 'Font Awesome 5 Brands';
}
.wbbBoardIcon32.fa-folder-open:before, .wbbBoardIcon32.fa-folder:before {
content: "\f17a" !important;
font-family: 'Font Awesome 5 Brands';
}
/* Linux */
.wbbBoardIcon201.fa-folder-open-o:before, .wbbBoardIcon201.fa-folder-o:before {
content: "\f17c" !important;
font-family: 'Font Awesome 5 Brands';
}
.wbbBoardIcon201.fa-folder-open:before, .wbbBoardIcon201.fa-folder:before {
content: "\f17c" !important;
font-family: 'Font Awesome 5 Brands';
}
/* macOS */
.wbbBoardIcon202.fa-folder-open-o:before, .wbbBoardIcon202.fa-folder-o:before {
content: "\f179" !important;
font-family: 'Font Awesome 5 Brands';
}
.wbbBoardIcon202.fa-folder-open:before, .wbbBoardIcon202.fa-folder:before {
content: "\f179" !important;
font-family: 'Font Awesome 5 Brands';
}
/* Treiber */
.wbbBoardIcon37.fa-folder-open-o:before, .wbbBoardIcon37.fa-folder-o:before {
content: "\f085" !important;
}
.wbbBoardIcon37.fa-folder-open:before, .wbbBoardIcon37.fa-folder:before {
content: "\f085" !important;
}
Display More
Gibt es eine Möglichkeit, die Symbole nicht dick anzeigen zu lassen?