mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-06 09:01:09 +01:00
Update search placeholder to Compound Design Token for placeholder text (#28427)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
4f7c61ff68
commit
346b45751c
@ -109,6 +109,10 @@ Please see LICENSE files in the repository root for full details.
|
||||
border: none;
|
||||
padding: 8px 12px;
|
||||
border-radius: 4px 0;
|
||||
|
||||
&::placeholder {
|
||||
color: var(--cpd-color-text-placeholder);
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
|
||||
@ -155,7 +155,7 @@ Please see LICENSE files in the repository root for full details.
|
||||
display: inline-block;
|
||||
pointer-events: none;
|
||||
white-space: nowrap;
|
||||
color: $tertiary-content;
|
||||
color: var(--cpd-color-text-placeholder);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user