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.
Loading
Please sign in to comment