allTabsMenuExpansionPack: replace close icon with firefox built-in icon#46
allTabsMenuExpansionPack: replace close icon with firefox built-in icon#46garywill wants to merge 1 commit intoaminomancer:masterfrom
Conversation
|
That's a different icon. As for the icon in the script, it's the same as the one in the theme at resources/close.svg. It's just using a data URL so the script can work as a standalone thing. I can't think of any reason it wouldn't work on a particular computer or something. It's just a standard SVG icon from Firefox Photon. There's nothing out of the ordinary about it. Maybe you need to enable |
|
I just tried on Firefox 97 Linux copied &pasted to url bar. It showed a black square |
|
It's supposed to show a black square. That's the whole point. It uses context properties, they are only set by CSS. It's not meant to be rendered inline, it's meant to be used as The |
I'm not sure for this...
Firefox has close icon built-in.
Your svg data can't be correctly displayed on my computer.
Anyway if your svg works for other people than me, ignore this PR.