Améliore le rendu web des sélecteurs

This commit is contained in:
2026-04-12 20:26:39 +02:00
parent 9b25768a3f
commit e791425b2b

View File

@@ -415,7 +415,7 @@ fieldset {
padding: 0; padding: 0;
} }
input, input:not([type="radio"]):not([type="checkbox"]),
textarea { textarea {
width: 100%; width: 100%;
padding: 0.95rem 1rem; padding: 0.95rem 1rem;
@@ -432,7 +432,7 @@ textarea {
min-height: 6rem; min-height: 6rem;
} }
input:focus, input:not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus { textarea:focus {
outline: 2px solid rgba(52, 141, 255, 0.45); outline: 2px solid rgba(52, 141, 255, 0.45);
outline-offset: 1px; outline-offset: 1px;
@@ -481,6 +481,7 @@ textarea:focus {
width: 1.1rem; width: 1.1rem;
height: 1.1rem; height: 1.1rem;
margin: 0; margin: 0;
padding: 0;
appearance: none; appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
display: grid; display: grid;
@@ -491,6 +492,10 @@ textarea:focus {
cursor: pointer; cursor: pointer;
} }
.option-card input:focus {
outline: none;
}
.option-card input[type="radio"] { .option-card input[type="radio"] {
border-radius: 999px; border-radius: 999px;
} }