From cb1b02d1a8fa0bb143581823622c57e441fc0c0d Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 13 Jun 2019 13:26:26 -0700 Subject: [PATCH] Change sort arrow to pass through pointer events MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this, clicking on the sort arrow didn’t change the sort direction. --- ui/app/styles/core/table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/styles/core/table.scss b/ui/app/styles/core/table.scss index 0cd6a925db0..f0355dffa00 100644 --- a/ui/app/styles/core/table.scss +++ b/ui/app/styles/core/table.scss @@ -167,6 +167,7 @@ bottom: 0.75em; position: absolute; display: block; + pointer-events: none; } &.asc::after {