Skip to content

Commit

Permalink
fix: use Pastanaga table sorting icons instead of Font Awesome
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jan 10, 2025
1 parent b1b8dac commit 5d433ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/volto/news/6359.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use table sorting icons from pastanaga `icons.woff` instead of assuming we have Font Awesome icons. @ichim-david
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
vertical-align: @headerVerticalAlign;
}

// use sorting icons from icons.woff instead of assuming it's font awesome
.ui.sortable.table thead th.ascending::after {
content: '\E9EC';
}

.ui.sortable.table thead th.descending::after {
content: '\E9EB';
}

.ui.table tr > th:first-child {
border-left: none;
}
Expand Down

0 comments on commit 5d433ff

Please sign in to comment.