sce-component
Version:
54 lines (46 loc) • 1.1 kB
text/stylus
@-webkit-keyframes autofill
to
background transparent
.s-input-target::-webkit-outer-spin-button,
.s-input-target::-webkit-inner-spin-button
-webkit-appearance none
.s-input-target, .s-input-shadow
border 0
outline 0
padding 0
color black
background transparent
min-height 18px
font-size inherit
overflow hidden
resize none
display flex
align-items center
&:-webkit-autofill
-webkit-animation-name autofill
-webkit-animation-fill-mode both
&::-ms-clear, &::-ms-reveal
display none
width 0
height 0
input.s-input-target
height 18px
outline 0
.s-input-chips
min-height 36px
.s-if-dark .s-input-target
color white
&::-webkit-input-placeholder /* Chrome/Opera/Safari */
color rgba(255, 255, 255, .6)
&::-moz-placeholder /* Firefox 19+ */
color rgba(255, 255, 255, .6)
&:-ms-input-placeholder /* IE 10+ */
color rgba(255, 255, 255, .6)
&::selection
background white
color black
.s-input-shadow
overflow hidden
visibility hidden
pointer-events none
height auto