web/admin: fix css for dropdown toggles which are secondary

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-02 20:42:31 +02:00
parent 06caaa7c80
commit a113778ca7
3 changed files with 18 additions and 15 deletions

View File

@ -251,6 +251,9 @@ body {
.form-help-text {
color: var(--ak-dark-foreground);
}
.pf-c-dropdown__toggle::before {
border-color: transparent;
}
/* inputs help text */
.pf-c-form__helper-text:not(.pf-m-error) {
color: var(--ak-dark-foreground);