Remove zero opacity for placeholders (#846)
This commit is contained in:
parent
439e5b249e
commit
c96d252fd1
1 changed files with 0 additions and 3 deletions
|
@ -261,9 +261,6 @@ export default (colors: IThemeColors): Theme =>
|
||||||
boxShadow: `0 0 0px 1000px rgba(19, 190, 187, 0.1) inset`,
|
boxShadow: `0 0 0px 1000px rgba(19, 190, 187, 0.1) inset`,
|
||||||
zIndex: 0
|
zIndex: 0
|
||||||
},
|
},
|
||||||
"&::placeholder": {
|
|
||||||
opacity: [[0], "!important"] as any
|
|
||||||
},
|
|
||||||
color: colors.input.text,
|
color: colors.input.text,
|
||||||
padding: "23px 12px 10px 12px"
|
padding: "23px 12px 10px 12px"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue