From 72f3fe45840012120d18964d5dfd363f1d3ee43a Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:04:58 -0400 Subject: [PATCH] Remove unused animation --- www/hub.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/www/hub.css b/www/hub.css index cbcad0db..b8c2b5a6 100644 --- a/www/hub.css +++ b/www/hub.css @@ -515,15 +515,6 @@ div.field-item-label.loading { } } -@keyframes BackgroundSlide { - 0% { - background-position-x: 0px; - } - 100% { - background-position-x: 100000px; - } -} - div.field-item-label.known > span:first-child { text-decoration: underline; }