From 863e35b56256dbe26b786acafdd76613b005304c Mon Sep 17 00:00:00 2001 From: limepotato Date: Thu, 11 Jul 2024 02:41:48 -0600 Subject: [PATCH] remove on hover --- custom/assets/instance.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/custom/assets/instance.css b/custom/assets/instance.css index 0f080021b..195f54e0b 100644 --- a/custom/assets/instance.css +++ b/custom/assets/instance.css @@ -78,11 +78,6 @@ height: 3.33rem !important; } -#iceshrimp_app>.isMobile>.buttons>.button:hover>.button-wrapper, -.isMobile>.buttons>.button:active>.button-wrapper { - background: var(--accentedBg); -} - #iceshrimp_app>.isMobile>.buttons>.button>.button-wrapper.on { transform: unset !important; }