14.05.2026 rip

This commit is contained in:
2026-05-14 17:47:32 +03:00
parent 926cd5dd06
commit b4502027fa

View File

@@ -74,6 +74,11 @@
transition: all 0.3s; transition: all 0.3s;
} }
.tab:disabled {
opacity: 0.4;
cursor: not-allowed;
}
.tab[data-active] { .tab[data-active] {
background: var(--grad-center); background: var(--grad-center);
color: var(--text-primary); color: var(--text-primary);