Switch the order

This commit is contained in:
Chris Ryan 2025-08-30 09:18:55 +10:00
parent d44b10b3cc
commit 686abbcaf3

View file

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