mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03: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
2 changed files with 5 additions and 1 deletions
|
@ -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…
Reference in a new issue