Améliore le rendu web des sélecteurs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user