From 3c7429b732ab99c45c42b58d7cad06ff96c5715d Mon Sep 17 00:00:00 2001 From: Joxit Date: Thu, 16 Jan 2025 13:52:26 +0100 Subject: [PATCH] revert: "fix(tag-table): icons for ascending & descending are not shown correctly (#406)" This reverts commit 9960afe909c4cb45b010316ce1df27334e6bd35d. --- src/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.scss b/src/style.scss index 1b074b4..4c1300f 100644 --- a/src/style.scss +++ b/src/style.scss @@ -300,13 +300,13 @@ material-card table th.material-card-th-sorted-descending:before { font-style: normal; line-height: 1; font-size: 16px; - content: 'arrow_upward'; + content: '\e5d8'; margin-right: 5px; vertical-align: sub; } material-card table th.material-card-th-sorted-descending:before { - content: 'arrow_downward'; + content: '\e5db'; } material-button .content i.material-icons,