mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Use less ambiguous sort direction symbols (#1108)
* Use less ambiguous sort direction symbols * Up arrow for ascending, small bar at top, large bar at bottom; Down arrow for descending, large bar at top, small bar at bottom * Using matching icons * Switch the order --------- Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
c6741b1c7a
commit
3f08741a34
1 changed files with 2 additions and 2 deletions
|
|
@ -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: '\f885';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue