File tree 4 files changed +8
-10
lines changed
4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 34
34
.v-select__slot > input
35
35
margin-top : $autocomplete-dense-enclosed-input-margin-top
36
36
37
- & :not (.v-input--is-disabled ).v-select.v-text-field
38
- input
39
- pointer-events : inherit
40
-
41
37
& __content .v-menu__content
42
38
border-radius : 0
43
39
Original file line number Diff line number Diff line change 111
111
& --dense > .v-input__control > .v-input__slot
112
112
margin-bottom : $input-dense-slot-margin-bottom
113
113
114
- & --is-disabled :not (.v-input--is-readonly )
115
- pointer-events : none
116
-
117
114
& --is-loading > .v-input__control > .v-input__slot
118
115
& :before ,
119
116
& :after
128
125
129
126
& --hide-spin-buttons
130
127
input ::-webkit-outer-spin-button ,
131
- input ::-webkit-inner-spin-button
128
+ input ::-webkit-inner-spin-button
132
129
-webkit-appearance : none
133
130
margin : 0
134
- input [type=number]
131
+ input [type=number]
135
132
-moz-appearance : textfield
Original file line number Diff line number Diff line change 63
63
input
64
64
flex : 1 1 // Doesn' t resize on IE11 with 3rd param
65
65
min-width: 0
66
- pointer-events: none
67
66
position: relative
68
67
69
68
&:not(.v-text-field--single-line) input
118
117
.v-select__selections
119
118
flex-direction: row-reverse
120
119
120
+ &.v-input--is-disabled:not(.v-input--is-readonly):not(.v-autocomplete)
121
+ pointer-events: none
122
+
121
123
&__selections
122
124
align-items: center
123
125
display: flex
Original file line number Diff line number Diff line change 109
109
.v-icon
110
110
color : inherit
111
111
112
+ & .v-input--is-disabled :not (.v-input--is-readonly )
113
+ pointer-events : none
114
+
112
115
.v-input--selection-controls__input :hover
113
116
.v-input--selection-controls__ripple :before
114
117
background : currentColor
You can’t perform that action at this time.
0 commit comments