Email row: remove the three-dot actions menu button
Dropped the .email-menu-wrap / .email-menu-btn from each row. Other handlers that check 'if (e.target.closest(.email-menu-wrap)) return;' safely no-op when the element doesn't exist. Row click + swipe still open the email and its in-reader actions.
This commit is contained in:
parent
49b72bd09c
commit
b385b25d5f
1 changed files with 0 additions and 5 deletions
|
|
@ -530,11 +530,6 @@ function _createEmailItem(em) {
|
|||
</div>
|
||||
<div class="email-subject">${_esc(em.subject)}${unreadIcon}${attachIcon}${tagPills}${spamTag}</div>
|
||||
</div>
|
||||
<div class="email-menu-wrap">
|
||||
<button class="hamburger email-menu-btn" title="Actions">
|
||||
<svg width="14" height="14" viewBox="0 0 24 24" fill="currentColor"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg>
|
||||
</button>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// Click sender name → filter list to that sender
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue