Fix profile server selection activation state
Build and Deploy Gateway / build-and-push (push) Successful in 20s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-11 10:11:13 +03:00
parent 17849ffd73
commit 7e4da4bdcf
11 changed files with 60 additions and 62 deletions
+10 -13
View File
@@ -149,6 +149,8 @@
}
.client-profile-usage {
grid-column: 2;
justify-self: end;
max-width: 126px;
overflow: hidden;
color: var(--client-muted);
@@ -188,6 +190,14 @@
transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.client-profile-refresh {
grid-column: 3;
}
.client-profile-delete {
grid-column: 4;
}
.client-profile-delete-lid {
transform-origin: center 7px;
transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
@@ -327,7 +337,6 @@
outline-offset: -2px;
}
.client-profile-activate,
.client-profile-add-trigger {
min-height: 36px;
padding: 0;
@@ -365,18 +374,6 @@
}
}
.client-profile-activate {
font: var(--type-micro);
letter-spacing: var(--type-micro-tracking);
text-transform: var(--type-micro-transform);
white-space: nowrap;
}
.client-profile-activate:disabled {
opacity: 0.35;
cursor: not-allowed;
}
.client-profile-add-trigger {
width: 100%;
margin-top: 10px;