only animate the border color

This commit is contained in:
Brian Hicks 2020-06-17 11:45:12 -05:00
parent f553b63fd9
commit e51b7545a6

View File

@ -109,7 +109,7 @@ input theme isInError =
, marginBottom zero
, marginTop (px 9)
, boxShadow6 inset zero (px 3) zero zero gray92
, property "transition" "all 0.4s ease"
, property "transition" "border-color 0.4s ease"
, boxSizing borderBox
, focus
[ borderColor azure