N°2790 fix collapsibleLabel

* change icon when label closed
* fix switch in about dialog for licenses details
This commit is contained in:
Pierre Goiffon
2020-02-18 15:43:25 +01:00
parent 412f1a394f
commit a92157f763
2 changed files with 9 additions and 3 deletions

View File

@@ -577,7 +577,7 @@ td a.CollapsibleLabel, a.CollapsibleLabel{
td a.CollapsibleLabel::before, a.CollapsibleLabel::before{
font-family: "Font Awesome 5 Free";
color: $highlight-color;
content: "\f0dd";
content: "\f0da"; // caret-right
font-weight: 900;
margin: 0 5px;
font-size: 10px;
@@ -594,7 +594,7 @@ td a.CollapsibleLabel.open, a.CollapsibleLabel.open{
td a.CollapsibleLabel.open::before, a.CollapsibleLabel.open::before {
font-family: "Font Awesome 5 Free";
color: $highlight-color;
content: '\f0d7';
content: '\f0d7'; // caret-down
margin-right: 6px;
font-size: 10px;
}