context menu entry can not be deleted

Issue #28 wontfix
Former user created an issue

Since the last update, the context menu entry can no longer be removed.

I previously used the following code:

menu[label="In My Pocket"] {
  display: none !important
}

Now 'Add to Pocket' appears in the context menu, but you can not remove this with the following code:

menu[label="Add to pocket"] {
  display: none !important
}

Comments (4)

  1. Pierre-Adrien Buisson repo owner

    Thanks for pointing this out, but to be honest, there's not much I can do about it.

    I'd say your new CSS code should be working fine, but I have absolutely no knowledge about this and can't tell why it's not. Also, it's worth mentioning that different operating systems seem to deal with context menu differently (sometimes entries are grouped in one submenu, sometimes not) and I'm not 100% sure what's happening on every platform.

  2. BubiBalboa

    Could you please make it a feature request instead of a wontfix? I also never use the context menu entry and it would be nice not to have to mess around with the CSS to remove this entry.

  3. Log in to comment