mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Cleanup CSS for paginator and filters
This commit is contained in:
parent
b2635eb5c6
commit
d305e090c5
7 changed files with 42 additions and 61 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue