web: add ak-expand

This commit is contained in:
Jens Langhammer
2021-02-04 20:48:16 +01:00
parent de2d8b2d85
commit dd8c1eeb52
3 changed files with 48 additions and 4 deletions

View File

@ -169,6 +169,13 @@ select[multiple] {
.pf-c-table__toggle-icon {
color: var(--ak-dark-foreground);
}
/* expandable elements */
.pf-c-expandable-section__toggle-text {
color: var(--ak-dark-foreground);
}
.pf-c-expandable-section__toggle-icon {
color: var(--ak-dark-foreground);
}
/* inputs */
.pf-c-input-group {
--pf-c-input-group--BackgroundColor: transparent;