N°2314 Regression: fix invisible icons due to wrong FontAwesome calls

This commit is contained in:
Molkobain
2019-12-17 11:09:10 +01:00
parent ba1c719568
commit 5ef32b6b31

View File

@@ -556,7 +556,7 @@ div.ui-accordion-content {
font-weight: normal;
border: 0;
::before {
&::before {
font-family: "Font Awesome 5 Free";
content: "\f0da";
color: $highlight-color;