Merge pull request #539 from NoRedInk/fix-shared-input-styles-transitions

small fixes for shared input transitions
This commit is contained in:
Brian Hicks 2020-06-17 12:29:47 -05:00 committed by GitHub
commit e8917d0d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,6 @@ input theme isInError =
[ border3 (px 1) solid gray75
, width (pct 100)
, borderRadius (px 8)
, property "transition" "all 0.1s ease"
, pseudoClass "placeholder"
[ color gray45
]
@ -110,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