mirror of
https://github.com/discourse/discourse.git
synced 2025-03-03 09:49:42 +00:00
FIX: use correct color for inputs (#24616)
This commit is contained in:
parent
178c1f74ae
commit
18a0783643
@ -278,7 +278,7 @@ table {
|
||||
input,
|
||||
select,
|
||||
textarea {
|
||||
color: var(--d-input-bg-color--disabled);
|
||||
color: var(--d-input-text-color);
|
||||
caret-color: currentColor;
|
||||
|
||||
&[class*="span"] {
|
||||
@ -289,6 +289,7 @@ textarea {
|
||||
&[disabled],
|
||||
&[readonly] {
|
||||
cursor: not-allowed;
|
||||
color: var(--d-input-text-color--disabled);
|
||||
background-color: var(--d-input-bg-color--disabled);
|
||||
border: var(--d-input-border--disabled);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user