From 4824b4c8cc595ab924ec88ee372b7055b5851d5f Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 24 May 2018 18:24:54 -0400 Subject: [PATCH] Remove header focus outline. Fixes react-tools/react-table#685 (#881) --- src/index.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/index.styl b/src/index.styl index 6999f56..ac51a6e 100644 --- a/src/index.styl +++ b/src/index.styl @@ -73,6 +73,9 @@ input-select-style() &:last-child border-right: 0 + .rt-th:focus + outline: none + .rt-resizable-header overflow: visible &:last-child