From 6c0080a2527758a9dafa8cf0fe224f3d9852ac32 Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Thu, 13 Jun 2019 16:14:35 -0500 Subject: [PATCH] Change sort arrow to pass through pointer events (#5833) 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 {