diff --git a/packages/volto/news/6359.bugfix b/packages/volto/news/6359.bugfix new file mode 100644 index 0000000000..bd9333b39c --- /dev/null +++ b/packages/volto/news/6359.bugfix @@ -0,0 +1 @@ +Use table sorting icons from pastanaga `icons.woff` instead of assuming we have Font Awesome icons. @ichim-david \ No newline at end of file diff --git a/packages/volto/theme/themes/pastanaga/collections/table.overrides b/packages/volto/theme/themes/pastanaga/collections/table.overrides index 15181c1a05..9edf65d12d 100644 --- a/packages/volto/theme/themes/pastanaga/collections/table.overrides +++ b/packages/volto/theme/themes/pastanaga/collections/table.overrides @@ -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; }