From 375136a586cf813fcd00e6bb35448a002d51aa61 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Fri, 7 Dec 2018 12:52:28 +0100 Subject: [PATCH] removed placeholder pseudoselector --- src/components/Textarea/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Textarea/index.js b/src/components/Textarea/index.js index 71abf085..080b09fd 100644 --- a/src/components/Textarea/index.js +++ b/src/components/Textarea/index.js @@ -60,11 +60,6 @@ const StyledTextarea = styled(Textarea)` &:read-only { background: ${colors.GRAY_LIGHT}; color: ${colors.TEXT_SECONDARY}; - - &::placeholder { - color: ${disabledColor}; - opacity: 1; - } } &:disabled {