Skip to content

Commit fb287ff

Browse files
committed
fix(VTextField): remove border width transition
fixes #12248
1 parent 11fd714 commit fb287ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vuetify/src/components/VTextField/VTextField.sass

+2-2
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@
403403
position: absolute
404404
right: 0
405405
top: $text-field-outlined-fieldset-top
406-
transition-duration: 0.3s
407-
transition-property: color, border-width
406+
transition-duration: 0.15s
407+
transition-property: color
408408
transition-timing-function: map-get($transition, 'fast-in-fast-out')
409409

410410
+ltr()

0 commit comments

Comments
 (0)