improve table sorting styles

This commit is contained in:
Dennis Eichhorn 2020-09-12 22:14:02 +02:00
parent 4286d1843c
commit 2f0ac700ba

View File

@ -96,7 +96,7 @@ table.default {
input[type=radio] { input[type=radio] {
display: none; display: none;
&:checked + label i { &:checked + label {
color: var(--box-highlight);; color: var(--box-highlight);;
} }
} }