fix(settings): adjust colors used by legacy setup checks ui

Even if the rule is `background-color` in reality it is the color of the
icon thus needs the text color.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/54621/head
Ferdinand Thiessen 2025-08-25 14:27:15 +07:00
parent 1091e59b90
commit 494806ee64
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
1 changed files with 5 additions and 6 deletions

@ -645,15 +645,15 @@ table.grid td.date {
}
&.icon-checkmark-white {
background-color: var(--color-success);
background-color: var(--color-border-success);
}
&.icon-error-white {
background-color: var(--color-warning);
background-color: var(--color-warning-text);
}
&.icon-close-white {
background-color: var(--color-error);
background-color: var(--color-border-error);
}
}
}
@ -871,9 +871,8 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
}
.settings-hint {
margin-top: -12px;
margin-bottom: 12px;
opacity: .7;
color: var(--color-text-maxcontrast);
margin-block: -12px 12px;
}
.animated {