feat: add Ops AI Workspace npm setup command
This commit is contained in:
@@ -1163,7 +1163,7 @@
|
||||
|
||||
.ai-settings-field-row--download {
|
||||
align-items: end;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
grid-template-columns: minmax(0, 1fr) minmax(96px, 112px) auto;
|
||||
}
|
||||
|
||||
.ai-settings-field > span {
|
||||
@@ -1409,7 +1409,7 @@
|
||||
|
||||
.ai-settings-actions .modal-btn:hover:not(:disabled),
|
||||
.ai-settings-empty-context .modal-btn:hover:not(:disabled),
|
||||
.ai-settings-inline-download:hover {
|
||||
.ai-settings-inline-download:hover:not(:disabled) {
|
||||
background: var(--nodedc-glass-control-hover);
|
||||
color: #ffffff;
|
||||
}
|
||||
@@ -1420,11 +1420,21 @@
|
||||
color: var(--brand-contrast);
|
||||
}
|
||||
|
||||
.ai-settings-inline-download.btn-primary {
|
||||
background: var(--brand);
|
||||
color: var(--brand-contrast);
|
||||
}
|
||||
|
||||
.ai-settings-actions .modal-btn:disabled {
|
||||
cursor: default;
|
||||
opacity: 0.48;
|
||||
}
|
||||
|
||||
.ai-settings-inline-download:disabled {
|
||||
cursor: default;
|
||||
opacity: 0.48;
|
||||
}
|
||||
|
||||
.ai-settings-context-pane > .ai-settings-actions,
|
||||
.ai-settings-details-pane > .ai-settings-actions {
|
||||
margin-top: auto;
|
||||
|
||||
Reference in New Issue
Block a user