@vtex/styleguide
Version:
> VTEX Styleguide React components ([Docs](https://vtex.github.io/styleguide))
30 lines (26 loc) • 488 B
CSS
/* handle to select a styleguide input */
.input {}
/* removes edge clear button on input */
.hideDecorators::-ms-clear {
display: none;
}
.noAppearance {
appearance: none;
}
/* placeholders are using c-muted-1's value */
::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #979899;
}
::-moz-placeholder {
/* Firefox 19+ */
color: #979899;
}
:-ms-input-placeholder {
/* IE 10+ */
color: #979899;
}
:-moz-placeholder {
/* Firefox 18- */
color: #979899;
}