diff --git a/css/search.css b/css/search.css index bd0b56d..aae4e65 100644 --- a/css/search.css +++ b/css/search.css @@ -87,12 +87,12 @@ border-radius: 0 0 10px 10px; z-index: 10; overflow: auto; - animation: hintShow 0.3s forwards; + animation: hintSho 0.3s forwards; border: 0px solid #c4c7ce; border-top: none; box-shadow: 0px 5px 5px #dfdfdf; } -@keyframes hintShow { +@keyframes hintSho { 0% { height: 0; } diff --git a/css/search.less b/css/search.less index c887c53..f034051 100644 --- a/css/search.less +++ b/css/search.less @@ -92,12 +92,12 @@ border-radius: 0 0 10px 10px; z-index: 10; overflow: auto; - animation: hintShow 0.3s forwards; + animation: hintSho 0.3s forwards; border: 0px solid #c4c7ce; border-top: none; box-shadow: 0px 5px 5px #dfdfdf; - @keyframes hintShow { + @keyframes hintSho { 0% { height: 0; }