Cleanup CSS for paginator and filters

This commit is contained in:
djmaze 2021-11-05 11:17:46 +01:00
parent b2635eb5c6
commit d305e090c5
7 changed files with 42 additions and 61 deletions

View file

@ -694,7 +694,7 @@ export class MailMessageList extends AbstractViewRight {
AppUserStore.focusedState(Scope.MessageList);
}
let el = eqs(event, '.e-paginator .e-page');
let el = eqs(event, '.e-paginator a');
el && this.gotoPage(ko.dataFor(el));
eqs(event, '.checkboxCheckAll') && this.checkAll(!this.checkAll());