From ba1c719568a0825c7020494ed057762ba5d0a752 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Tue, 17 Dec 2019 10:51:25 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02314=20Regression:=20fix=20invisible=20i?= =?UTF-8?q?cons=20due=20to=20wrong=20FontAwesome=20calls?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/light-grey.scss | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/css/light-grey.scss b/css/light-grey.scss index 85c6c3fc9b..87f60ca551 100644 --- a/css/light-grey.scss +++ b/css/light-grey.scss @@ -278,10 +278,11 @@ th.headerSortUp { text-decoration: underline; cursor: pointer; padding-right: 5px; + &::after { + font-family: "Font Awesome 5 Free"; text-align: right; content: '\f0d7'; - font-family: 'FontAwesome'; color: $complement-color; float: right; } @@ -291,10 +292,11 @@ th.headerSortDown { text-decoration: underline; cursor: pointer; padding-right: 5px; + &::after { + font-family: "Font Awesome 5 Free"; text-align: right; content: '\f0d8'; - font-family: 'FontAwesome'; color: $complement-color; float: right; } @@ -553,10 +555,12 @@ div.ui-accordion-content { font-size: 9pt; font-weight: normal; border: 0; + ::before { + font-family: "Font Awesome 5 Free"; + content: "\f0da"; color: $highlight-color; - content: '\f0da'; - font-family: 'FontAwesome'; + font-weight: 900; margin-right: 6px; font-size: 10px; } @@ -570,9 +574,10 @@ td a.CollapsibleLabel, a.CollapsibleLabel{ color:$grey-color; } td a.CollapsibleLabel::before, a.CollapsibleLabel::before{ + font-family: "Font Awesome 5 Free"; color: $highlight-color; - content: '\f0da'; - font-family: 'FontAwesome'; + content: "\f0dd"; + font-weight: 900; margin-right: 6px; font-size: 10px; } @@ -586,9 +591,9 @@ td a.CollapsibleLabel.open, a.CollapsibleLabel.open{ color: $highlight-color; } td a.CollapsibleLabel.open::before, a.CollapsibleLabel.open::before { + font-family: "Font Awesome 5 Free"; color: $highlight-color; content: '\f0d7'; - font-family: 'FontAwesome'; margin-right: 6px; font-size: 10px; } @@ -1922,7 +1927,7 @@ div#logo div { font-size: 20px; } .icon-additional-arrow::after{ - font-family: "FontAwesome"; + font-family: "Font Awesome 5 Free"; content: "\f0dd"; color: $highlight-color; font-size: 11px;