1
0
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:
Vasek Mlejnsky 2018-09-24 10:44:47 +02:00
parent 84d71614f6
commit 86fbce53a5

View File

@ -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};