Fix profile server selection activation state
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user