From e791425b2b4281ff740fde1493abc3a11f3994e7 Mon Sep 17 00:00:00 2001 From: Christophe Date: Sun, 12 Apr 2026 20:26:39 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9liore=20le=20rendu=20web=20des=20s?= =?UTF-8?q?=C3=A9lecteurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index a13bab5..35165fa 100644 --- a/styles.css +++ b/styles.css @@ -415,7 +415,7 @@ fieldset { padding: 0; } -input, +input:not([type="radio"]):not([type="checkbox"]), textarea { width: 100%; padding: 0.95rem 1rem; @@ -432,7 +432,7 @@ textarea { min-height: 6rem; } -input:focus, +input:not([type="radio"]):not([type="checkbox"]):focus, textarea:focus { outline: 2px solid rgba(52, 141, 255, 0.45); outline-offset: 1px; @@ -481,6 +481,7 @@ textarea:focus { width: 1.1rem; height: 1.1rem; margin: 0; + padding: 0; appearance: none; -webkit-appearance: none; display: grid; @@ -491,6 +492,10 @@ textarea:focus { cursor: pointer; } +.option-card input:focus { + outline: none; +} + .option-card input[type="radio"] { border-radius: 999px; }