diff --git a/library-css/input.scss b/library-css/input.scss index d071e4a..770be0e 100644 --- a/library-css/input.scss +++ b/library-css/input.scss @@ -126,14 +126,13 @@ .input-box .tools { max-height: 0; - transition: max-height 0.6s linear; + transition: max-height 0.3s linear; overflow: hidden; padding-right: 16px; } .input-box .tools.focused { max-height: 100px; - transition: max-height 0.6s linear; } /* Input borderless*/