mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 15:41:51 +08:00
FIX: Use the correct color scheme for default inputs (#27716)
This commit is contained in:
parent
0dbcc54d4b
commit
09b57bff11
|
@ -211,6 +211,7 @@ input {
|
|||
background-color: var(--d-input-bg-color);
|
||||
border: var(--d-input-border);
|
||||
border-radius: var(--d-input-border-radius);
|
||||
color-scheme: var(--scheme-type);
|
||||
&:focus {
|
||||
@include default-focus;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user