mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-24 22:21:45 +03:00
Merge pull request #539 from NoRedInk/fix-shared-input-styles-transitions
small fixes for shared input transitions
This commit is contained in:
commit
e8917d0d11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user