1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-28 03:08:30 +00:00

removed placeholder pseudoselector

This commit is contained in:
slowbackspace 2018-12-07 12:52:28 +01:00
parent 1b5c547b72
commit 375136a586

View File

@ -60,11 +60,6 @@ const StyledTextarea = styled(Textarea)`
&:read-only {
background: ${colors.GRAY_LIGHT};
color: ${colors.TEXT_SECONDARY};
&::placeholder {
color: ${disabledColor};
opacity: 1;
}
}
&:disabled {