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

fixes #406
This commit is contained in:
Joxit 2025-01-11 11:17:25 +01:00
parent 22960a2547
commit 9960afe909
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; font-style: normal;
line-height: 1; line-height: 1;
font-size: 16px; font-size: 16px;
content: '\e5d8'; content: 'arrow_upward';
margin-right: 5px; margin-right: 5px;
vertical-align: sub; vertical-align: sub;
} }
material-card table th.material-card-th-sorted-descending:before { material-card table th.material-card-th-sorted-descending:before {
content: '\e5db'; content: 'arrow_downward';
} }
material-button .content i.material-icons, material-button .content i.material-icons,