Skip to content

Commit af9660f

Browse files
committed
fix(v-text-field(box)): fix state colors
colors are now on border, updated selector
1 parent 94b3666 commit af9660f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stylus/components/_text-fields.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,4 @@ rtl(v-text-field-rtl, "v-text-field")
337337

338338
&.v-input--has-state
339339
.v-input__slot:before
340-
background-color: currentColor
340+
border-color: currentColor

0 commit comments

Comments
 (0)