From bd386c8e750521c33e01f4e585f234a0a3218f4a Mon Sep 17 00:00:00 2001 From: Stephane Deschamps Date: Sat, 27 Mar 2021 10:44:51 +0100 Subject: Default :focus was not accessible (#336) --- files/fr/web/css/_colon_focus-visible/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/fr/web/css/_colon_focus-visible/index.html b/files/fr/web/css/_colon_focus-visible/index.html index 7e3bde9044..ecdd7ca410 100644 --- a/files/fr/web/css/_colon_focus-visible/index.html +++ b/files/fr/web/css/_colon_focus-visible/index.html @@ -70,7 +70,7 @@ translation_of: 'Web/CSS/:focus-visible' custom-button:focus { /* Fournir une alternative pour les navigateurs qui ne prennent pas en charge :focus-visible */ - outline: none; + outline: 2px solid red; background: lightgrey; } -- cgit v1.2.3-54-g00ecf