Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move an item to the top of contextmenu #1

Open
iG8R opened this issue Oct 25, 2020 · 2 comments
Open

Move an item to the top of contextmenu #1

iG8R opened this issue Oct 25, 2020 · 2 comments

Comments

@iG8R
Copy link

iG8R commented Oct 25, 2020

Hi. Could you please make it possible to move "Open link in foreground" to the top of contextmenu like it done in
https://addons.mozilla.org/en-US/firefox/addon/fullscreenelement/
https://addons.cdn.mozilla.net/user-media/previews/full/234/234795.png
And - "yes", I know I could do it through userchrome.css:

#open_link_in_foreground_yahoo_com-menuitem-_open-link-foreground { 
    -moz-box-ordinal-group: 0 !important;/**/
}

but for some unknown reason after such manipulation with userchrome.css all other add-on's items was moved to the top.

@GerdchenF
Copy link

but for some unknown reason after such manipulation with userchrome.css all other add-on's items was moved to the top.

How do you mean that? All items cannot be at the top together.
It works for me, but I have not used the !important (also don't want to try because never change a running system ;-) )

@averissimo
Copy link
Owner

averissimo commented Dec 28, 2020

I don't think that the menu option should be on top of the default "Open Link in a New Tab", maybe it should be the second item on the menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants