]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fixes input element animation 6287/head
authorJohn Kole <jkole@me.com>
Thu, 12 Feb 2015 04:18:36 +0000 (23:18 -0500)
committerJohn Kole <jkole@me.com>
Thu, 12 Feb 2015 04:18:36 +0000 (23:18 -0500)
commit52fc9286e08a93c1335a50ac7305c83378c2381f
tree7b89d60d0fd83d1ed3e8989a7628cfc90876859c
parent73cedb9213018c548449440ac6b88b88675c0608
Fixes input element animation

When $input-include-glowing-effect == false, adding the .error class to
an input element resulted in unwanted animation of the input bottom
margin down to zero.  Fix is to replace the single-transition mixin
with specific animation of the border-color and background properties.
scss/foundation/components/_forms.scss