Replaces icons of expand/collapse comments

This commit is contained in:
decabeza
2020-04-16 23:22:14 +02:00
parent d99875cde2
commit 111e3d3083
4 changed files with 8 additions and 19 deletions

View File

@@ -203,10 +203,6 @@
content: "\f00b";
}
.icon-arrow-down::before {
content: "\f0dd";
}
.icon-arrow-left::before {
content: "\f0d9";
}

View File

@@ -2116,17 +2116,16 @@ table {
padding: $line-height / 4;
position: relative;
.relative,
[class^="icon-arrow"] {
padding-left: $line-height / 2;
.relative {
padding-left: rem-calc(18);
}
[class^="icon-arrow"] {
font-size: $base-font-size;
left: -20px;
.far {
font-size: $small-font-size;
left: 0;
position: absolute;
text-decoration: none;
top: -1px;
top: 2px;
}
.divider {