From 5e30720fce032393b581575e05531178b44414fc Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Sat, 23 Feb 2019 16:35:51 +0100 Subject: css: disable focus outline on jQuery tablesorter Signed-off-by: Jelle van der Waa --- sitestatic/archweb.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sitestatic/archweb.css b/sitestatic/archweb.css index 2259494f..2dc5be15 100644 --- a/sitestatic/archweb.css +++ b/sitestatic/archweb.css @@ -414,6 +414,10 @@ table thead th.sorter-false { cursor: default; } +.tablesorter-header:focus { + outline: none; +} + /** * PAGE SPECIFIC STYLES */ -- cgit v1.2.2