mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
Change style for disabled Textarea
This commit is contained in:
parent
84d71614f6
commit
86fbce53a5
@ -56,8 +56,9 @@ const TextArea = styled.textarea`
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
border: 1px solid ${disabledColor};
|
||||
cursor: not-allowed;
|
||||
pointer-events: none;
|
||||
background: ${colors.GRAY_LIGHT};
|
||||
color: ${colors.TEXT_SECONDARY};
|
||||
|
||||
&::-webkit-input-placeholder {
|
||||
color: ${disabledColor};
|
||||
|
Loading…
Reference in New Issue
Block a user