UX: inherit font-settings on form controls (#30935)

This commit is contained in:
Renato Atilio 2025-01-22 19:54:36 -03:00 committed by GitHub
parent be5b12c906
commit 99b0ae2fc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,3 +209,11 @@ input[type="checkbox"],
input[type="radio"] {
accent-color: var(--tertiary);
}
textarea,
input,
select,
button {
font-variation-settings: inherit;
font-feature-settings: inherit;
}