We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f936c97 commit d95a80aCopy full SHA for d95a80a
src/stylus/components/_text-fields.styl
@@ -9,6 +9,16 @@ v-text-field($material)
9
.v-input__slot:hover:before
10
border-color: $material.text.primary
11
12
+ &.v-input--is-disabled
13
+ .v-input__slot:before
14
+ border-image: repeating-linear-gradient(
15
+ to right,
16
+ $material.text.disabled 0px,
17
+ $material.text.disabled 2px,
18
+ transparent 2px,
19
+ transparent 4px
20
+ ) 1 repeat
21
+
22
&__prefix,
23
&__suffix
24
color: $material.text.secondary
@@ -154,10 +164,6 @@ rtl(v-text-field-rtl, "v-text-field")
154
164
border-width: thin 0 thin 0
155
165
transform: scaleX(0)
156
166
157
- &.v-input--is-disabled
158
- .v-input__slot::before
159
- border-style: dashed
160
-
161
167
&__details
162
168
display: flex
163
169
flex: 1 0 auto
0 commit comments