Use less ambiguous sort direction symbols

This commit is contained in:
Chris Ryan 2025-08-28 21:39:14 +10:00
parent 9dd773001d
commit 7c28a83a8a

View file

@ -279,11 +279,11 @@
} }
&[data-sort-type='ASC']:after { &[data-sort-type='ASC']:after {
content: '\f0d7'; content: '\f884';
} }
&[data-sort-type='DESC']:after { &[data-sort-type='DESC']:after {
content: '\f0d8'; content: '\f160';
} }
} }
} }