diff --git a/docs/assets/styles/search.css b/docs/assets/styles/search.css index d22bcc748..150c1abf2 100644 --- a/docs/assets/styles/search.css +++ b/docs/assets/styles/search.css @@ -250,12 +250,3 @@ header { } } } - -@keyframes show-search-backdrop { - from { - opacity: 0; - } - to { - opacity: 1; - } -}