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

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: '\e5d8';
content: 'arrow_upward';
margin-right: 5px;
vertical-align: sub;
}
material-card table th.material-card-th-sorted-descending:before {
content: '\e5db';
content: 'arrow_downward';
}
material-button .content i.material-icons,