File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,6 @@ v-text-field($material)
9
9
.v-input__slot :hover :before
10
10
border-color : $material .text .primary
11
11
12
- & .v-input--is-disabled
13
- .v-input__slot :before
14
- background-color : transparent
15
- background-image : linear-gradient (
16
- to right ,
17
- $material .text .disabled 0 ,
18
- $material .text .disabled 33% ,
19
- transparent 0
20
- )
21
-
22
12
& __prefix ,
23
13
& __suffix
24
14
color : $material .text .secondary
@@ -155,10 +145,6 @@ rtl(v-text-field-rtl, "v-text-field")
155
145
width : 100%
156
146
157
147
& :before
158
- background-color : transparent
159
- background-position : bottom
160
- background-size : 3px 1px
161
- background-repeat : repeat-x
162
148
border-style : solid
163
149
border-width : thin 0 0 0
164
150
@@ -168,6 +154,10 @@ rtl(v-text-field-rtl, "v-text-field")
168
154
border-width : thin 0 thin 0
169
155
transform : scaleX (0 )
170
156
157
+ & .v-input--is-disabled
158
+ .v-input__slot ::before
159
+ border-style : dashed
160
+
171
161
& __details
172
162
display : flex
173
163
flex : 1 0 auto
You can’t perform that action at this time.
0 commit comments