web/admin: fix inconsistent button levels for events lists

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-04 19:03:25 +02:00
parent e2f01ce740
commit 597bd472ea
5 changed files with 8 additions and 6 deletions

View File

@ -75,7 +75,7 @@ export class UserListPage extends TablePage<User> {
</button>
</ak-forms-modal>
<ak-dropdown class="pf-c-dropdown">
<button class="pf-c-dropdown__toggle pf-m-primary" type="button">
<button class="pf-c-dropdown__toggle pf-m-secondary" type="button">
<span class="pf-c-dropdown__toggle-text">${item.isActive ? t`Disable` : t`Enable`}</span>
<i class="fas fa-caret-down pf-c-dropdown__toggle-icon" aria-hidden="true"></i>
</button>