revert: "fix(tag-table): icons for ascending & descending are not shown correctly (#406)"

This reverts commit 9960afe909.
This commit is contained in:
Joxit 2025-01-16 13:52:26 +01:00
parent 68313a1bae
commit 3c7429b732
No known key found for this signature in database
GPG key ID: F526592B8E012263

View file

@ -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,