From 2f0ac700ba14594038df48c1ec64a4e9c9f4d534 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sat, 12 Sep 2020 22:14:02 +0200 Subject: [PATCH] improve table sorting styles --- table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table.scss b/table.scss index 85b20dc..b2e9aa4 100644 --- a/table.scss +++ b/table.scss @@ -96,7 +96,7 @@ table.default { input[type=radio] { display: none; - &:checked + label i { + &:checked + label { color: var(--box-highlight);; } }