chore: remove orphaned icon-effects CSS (replaced by tier toggle)

This commit is contained in:
James Smith
2026-05-19 22:30:25 +01:00
parent cafc2554de
commit eb0512b3c0
-18
View File
@@ -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
============================================ */