Bump Harbor versions and refine disabled local rules toggle
All checks were successful
Build and Deploy Gateway / build-and-push (push) Successful in 19s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-07-12 13:09:56 +03:00
parent 2a71466670
commit 5b3d288405
2 changed files with 14 additions and 2 deletions

View File

@@ -3042,6 +3042,18 @@ p {
right: 8px;
}
.client-local-rules-toggle:disabled span {
opacity: 0;
filter: blur(5px);
transform: translateX(8px);
}
.client-local-rules-toggle:disabled:hover span {
opacity: 1;
filter: blur(0);
transform: translateX(0);
}
.client-instructions-sheet {
padding: 40px 18px 60px 58px;
}