From eb0512b3c025c67eada5c23c04224e10a97b8f2f Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 19 May 2026 22:30:25 +0100 Subject: [PATCH] chore: remove orphaned icon-effects CSS (replaced by tier toggle) --- static/css/index.css | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index 188b3ca..2f668e7 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -7299,24 +7299,6 @@ body::before { transform: scale(0.98); } -/* Animation toggle icon states in nav bar */ -.nav-tool-btn .icon-effects-on, -.nav-tool-btn .icon-effects-off { - position: absolute; - transition: opacity 0.2s, transform 0.2s; - font-size: 14px; -} - -.nav-tool-btn .icon-effects-on { - opacity: 1; - transform: rotate(0deg); -} - -.nav-tool-btn .icon-effects-off { - opacity: 0; - transform: rotate(-90deg); -} - /* ============================================ VISUAL REFRESH OVERRIDES ============================================ */