diff options
-rw-r--r-- | files/fr/web/css/_colon_focus-visible/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |