From 6c1bd0e0647ef989b86dbbc3a71563aa2f903e9b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 20 Jun 2024 16:36:51 -0400 Subject: [PATCH] remove unused animation --- docs/assets/styles/search.css | 9 --------- 1 file changed, 9 deletions(-) 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; - } -}