forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.mat.styl
More file actions
53 lines (46 loc) · 1.08 KB
/
input.mat.styl
File metadata and controls
53 lines (46 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@-webkit-keyframes autofill
to
background transparent
.q-input-target::-webkit-outer-spin-button,
.q-input-target::-webkit-inner-spin-button
-webkit-appearance none
.q-input-target, .q-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.q-input-target
height 18px
outline 0
.q-input-chips
min-height 36px !important
.q-if-dark .q-input-target
color white
&::-webkit-input-placeholder /* Chrome/Opera/Safari */
color rgba(255, 255, 255, .6) !important
&::-moz-placeholder /* Firefox 19+ */
color rgba(255, 255, 255, .6) !important
&:-ms-input-placeholder /* IE 10+ */
color rgba(255, 255, 255, .6) !important
&::selection
background white
color black
.q-input-shadow
overflow hidden
visibility hidden
pointer-events none
height auto