Created
December 13, 2011 07:31
-
-
Save ctrl-freak/1471075 to your computer and use it in GitHub Desktop.
CSS Styled Sort Direction Arrows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.asc:after{ | |
content: ' \25B2'; | |
} | |
.desc:after{ | |
content: ' \25BC'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment