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

@ -460,7 +460,7 @@ class ContactsPopupView extends AbstractViewPopup {
const self = this;
dom.addEventListener('click', event => {
let el = event.target.closestWithin('.e-paginator .e-page', dom);
let el = event.target.closestWithin('.e-paginator a', dom);
if (el && ko.dataFor(el)) {
self.contactsPage(pInt(ko.dataFor(el).value));
self.reloadContactList();