web/common: fix tab label color on dark theme (#4959)

closes #4936

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L 2023-03-15 18:42:36 +01:00 committed by GitHub
parent bbdb0df42e
commit 520de8d5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -88,7 +88,10 @@ body {
border-color: transparent; border-color: transparent;
} }
.pf-c-tabs__item.pf-m-current { .pf-c-tabs__item.pf-m-current {
--pf-c-tabs__link--after--BorderColor: #fd4b2d; --pf-c-tabs__link--after--BorderColor: var(--ak-accent);
}
.pf-c-tabs__link {
--pf-c-tabs__link--Color: var(--ak-dark-foreground);
} }
.pf-c-tabs.pf-m-vertical .pf-c-tabs__link { .pf-c-tabs.pf-m-vertical .pf-c-tabs__link {
background-color: transparent; background-color: transparent;