Skip to content

Commit 3c7429b

Browse files
committed
revert: "fix(tag-table): icons for ascending & descending are not shown correctly (#406)"
This reverts commit 9960afe.
1 parent 68313a1 commit 3c7429b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,13 @@ material-card table th.material-card-th-sorted-descending:before {
300300
font-style: normal;
301301
line-height: 1;
302302
font-size: 16px;
303-
content: 'arrow_upward';
303+
content: '\e5d8';
304304
margin-right: 5px;
305305
vertical-align: sub;
306306
}
307307

308308
material-card table th.material-card-th-sorted-descending:before {
309-
content: 'arrow_downward';
309+
content: '\e5db';
310310
}
311311

312312
material-button .content i.material-icons,

0 commit comments

Comments
 (0)