diff --git a/web/src/authentik.css b/web/src/authentik.css index bf5b7649e..113ab0fd7 100644 --- a/web/src/authentik.css +++ b/web/src/authentik.css @@ -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); diff --git a/web/src/pages/flows/BoundStagesList.ts b/web/src/pages/flows/BoundStagesList.ts index 551af9ad7..11b846a2f 100644 --- a/web/src/pages/flows/BoundStagesList.ts +++ b/web/src/pages/flows/BoundStagesList.ts @@ -135,8 +135,21 @@ export class BoundStagesList extends Table { renderToolbar(): TemplateResult { return html` + + + ${t`Create`} + + + ${t`Create Stage binding`} + + + + + - @@ -165,19 +178,6 @@ export class BoundStagesList extends Table { }), html``)} - - - ${t`Create`} - - - ${t`Create Stage binding`} - - - - - ${super.renderToolbar()} `; } diff --git a/web/src/pages/policies/BoundPoliciesList.ts b/web/src/pages/policies/BoundPoliciesList.ts index 5b8a72701..685a1f14b 100644 --- a/web/src/pages/policies/BoundPoliciesList.ts +++ b/web/src/pages/policies/BoundPoliciesList.ts @@ -188,7 +188,7 @@ export class BoundPoliciesList extends Table { -