Update Harbor Gateway UI for direct routing mode
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 18s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-07-11 23:47:45 +03:00
parent 62d2044dc1
commit 483fce55f3
3 changed files with 21 additions and 5 deletions

View File

@@ -779,6 +779,17 @@ p {
transform: translateX(0);
}
.client-local-rules-toggle:disabled {
cursor: default;
color: var(--client-muted);
}
.client-local-rules-toggle:disabled span {
opacity: 0.7;
filter: blur(0);
transform: translateX(0);
}
.client-local-rules-toggle.is-open {
color: var(--client-accent);
}