Skip to content

Commit

Permalink
Merge pull request #80 from alphagov/sort-arrow-switching
Browse files Browse the repository at this point in the history
Switch sort arrows
  • Loading branch information
theleebriggs authored Mar 1, 2017
2 parents 7afaaf0 + b9c2eb3 commit 28e136e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@

[aria-sort=descending] > * {
&:after {
content: '\25B2'; // Up arrow
content: '\25BC'; // Down arrow
}
}

[aria-sort=ascending] > * {
&:after {
content: '\25BC'; // Down arrow
content: '\25B2'; // Up arrow
}
}

0 comments on commit 28e136e

Please sign in to comment.