mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: inherit font-settings on form controls (#30935)
This commit is contained in:
parent
be5b12c906
commit
99b0ae2fc1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user