mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-04 08:42:10 +00:00
fix: keep orphaned cloud plugins runnable (#14859)
* fix: keep orphaned cloud plugins runnable * fix: tests
This commit is contained in:
@@ -251,6 +251,11 @@ body.pane-resizing {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.source-cell.source-orphaned {
|
||||
color: var(--plugin-status-warn);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.source-cell.source-local {
|
||||
color: var(--plugin-source-neutral-text);
|
||||
}
|
||||
@@ -648,6 +653,10 @@ body.pane-resizing {
|
||||
color: var(--plugin-status-danger);
|
||||
}
|
||||
|
||||
.detail-warning-text {
|
||||
color: var(--plugin-status-warn);
|
||||
}
|
||||
|
||||
.detail-status-chip {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -915,6 +924,11 @@ body.pane-resizing {
|
||||
color: var(--plugin-source-subscribed-text);
|
||||
}
|
||||
|
||||
.plugin-source-badge.source-orphaned {
|
||||
background: var(--plugin-status-warn-bg);
|
||||
color: var(--plugin-status-warn);
|
||||
}
|
||||
|
||||
.plugin-cloud-link {
|
||||
color: var(--plugin-link-text);
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user