Commit 3343f826b0fbc84f3c9f09ab4ac0e4acb53076f6
1 parent
517f1486
Exists in
master
and in
1 other branch
style the sorted header with an arrow indicating
which direction the contents are being sorted.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
@@ -820,3 +820,5 @@ table.errs tr td.message .inline_comment em.commenter { | @@ -820,3 +820,5 @@ table.errs tr td.message .inline_comment em.commenter { | ||
820 | color: #777; | 820 | color: #777; |
821 | } | 821 | } |
822 | 822 | ||
823 | +.current.asc:after { content: ' ↑'; } | ||
824 | +.current.desc:after { content: ' ↓'; } | ||
823 | \ No newline at end of file | 825 | \ No newline at end of file |