Add transition to input addon

This commit is contained in:
afc163 2016-12-02 14:04:44 +08:00
parent af3d1ff6ef
commit 5370df346c

View File

@ -158,6 +158,7 @@
border: 1px solid @input-border-color;
border-radius: @border-radius-base;
position: relative;
transition: all .3s;
// Reset Select's style in addon
.@{ant-prefix}-select {