Firefox Context Menu - Unwanted Navigation Images are Showing Again
Hi All, I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu op… (читать ещё)
Hi All,
I was using the following CSS to hide the navigation images and show only text labels on the context menu for the Back, Forward, Reload and Bookmark Page menu options...
/* Content Area Context Menu - Navigation Vertical Text */ #context-navigation, #context-navigation > menuitem{ flex-direction: column !important; }
/* hide images */ #context-back image, #context-forward image, #context-reload image, #context-stop image, #context-bookmarkpage image{ display: none !important; }
/* show text labels */ #context-back:after, #context-forward:after, #context-reload:after, #context-stop:after, #context-bookmarkpage:after{ content: attr(aria-label) !important; margin-inline-start: -19px !important; /* this pushes navigation text items to left, aligned with other menu items below */ }
It worked up until a couple of versions ago, but something has changed, and my CSS is now broken, and those navigation icons are back.
My context menu now looks like the attached image below.
Any help with showing only text labels on this menu is appreciated.
Thanks.