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:
parent
bbdb0df42e
commit
520de8d5b0
|
@ -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;
|
||||||
|
|
Reference in New Issue