fix(app): dim the disabled discovery nav item through colour only (#1678)

This commit is contained in:
Hampus
2026-08-16 19:33:35 +02:00
committed by GitHub
parent ccdd85b099
commit f4547d11d3
@@ -59,7 +59,6 @@
.navItemDisabled {
cursor: not-allowed;
color: var(--text-tertiary-muted);
opacity: 0.72;
}
.navItemIcon {