fix: highlight available updates in green
Use the success palette and black text for the available-update header action, including its hover state. Add regression coverage for the visual state.
This commit is contained in:
+4
-4
@@ -2132,8 +2132,8 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
|
||||
.header-update-button.update-available {
|
||||
border-color: transparent;
|
||||
background: var(--accent);
|
||||
color: var(--accent-ink);
|
||||
background: var(--success);
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.header-update-button::after {
|
||||
@@ -2173,8 +2173,8 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
}
|
||||
|
||||
.header-update-button.update-available:hover {
|
||||
background: var(--accent-end);
|
||||
color: var(--accent-ink);
|
||||
background: var(--success-end);
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.header-update-button:active {
|
||||
|
||||
Reference in New Issue
Block a user