refine: simplify update notifications
Open known updates directly without redundant searching or found toasts, retain failure and no-update feedback, and render the update dialog close action in red with a destructive hover state.
This commit is contained in:
+4
-4
@@ -2405,14 +2405,14 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
color: var(--text-dim);
|
||||
color: var(--danger);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.update-close-button:hover {
|
||||
border-color: var(--border);
|
||||
background: var(--bg-active);
|
||||
color: var(--text);
|
||||
border-color: transparent;
|
||||
background: var(--danger);
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.update-close-button svg {
|
||||
|
||||
Reference in New Issue
Block a user