From 88c089957fb71eaef3263351d218049104af0fbc Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 30 Nov 2023 09:57:41 +0100 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=20=E2=80=94=20WWSympa:=20No=20visual?= =?UTF-8?q?=20focus=20indicator=20when=20accessing=20elements=20by=20keybo?= =?UTF-8?q?ard=20(#1744)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default/web_tt2/css.tt2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/default/web_tt2/css.tt2 b/default/web_tt2/css.tt2 index 18f9c4154..28fad2bef 100644 --- a/default/web_tt2/css.tt2 +++ b/default/web_tt2/css.tt2 @@ -199,11 +199,6 @@ a:visited { text-decoration: none; } -a:focus { - outline: 0; - text-decoration: none; -} - a:hover, a:active { color: [% color_6 %]; outline: 0;