Skip to content

Commit

Permalink
revert: "fix(tag-table): icons for ascending & descending are not sho…
Browse files Browse the repository at this point in the history
…wn correctly (#406)"

This reverts commit 9960afe.
  • Loading branch information
Joxit committed Jan 16, 2025
1 parent 68313a1 commit 3c7429b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3c7429b

Please sign in to comment.