Skip to content

Commit

Permalink
fix(tag-table): icons for ascending & descending are not shown correc…
Browse files Browse the repository at this point in the history
…tly (#406)

fixes #406
  • Loading branch information
Joxit committed Jan 11, 2025
1 parent 22960a2 commit 9960afe
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: '\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,
Expand Down

0 comments on commit 9960afe

Please sign in to comment.