Skip to content

Commit

Permalink
Change sort arrow to pass through pointer events (#5833)
Browse files Browse the repository at this point in the history
Without this, clicking on the sort arrow didn’t change the
sort direction.
  • Loading branch information
backspace committed Jun 13, 2019
1 parent e2ee804 commit 6c0080a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/styles/core/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
bottom: 0.75em;
position: absolute;
display: block;
pointer-events: none;
}

&.asc::after {
Expand Down

0 comments on commit 6c0080a

Please sign in to comment.