web/admin: fix selectable card colour in dark theme (#10794)
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -42,6 +42,14 @@ body {
|
||||
--pf-c-card--BackgroundColor: var(--ak-dark-background-light);
|
||||
color: var(--ak-dark-foreground);
|
||||
}
|
||||
.pf-c-card.pf-m-non-selectable-raised {
|
||||
--pf-c-card--BackgroundColor: var(--ak-dark-background-lighter);
|
||||
}
|
||||
.pf-c-card.pf-m-hoverable-raised::before,
|
||||
.pf-c-card.pf-m-selectable-raised::before,
|
||||
.pf-c-card.pf-m-non-selectable-raised::before {
|
||||
--pf-c-card--m-selectable-raised--before--BackgroundColor: var(--ak-dark-background-light);
|
||||
}
|
||||
.pf-c-card__title,
|
||||
.pf-c-card__body {
|
||||
color: var(--ak-dark-foreground);
|
||||
|
Reference in New Issue
Block a user