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

[FR] Change Extension Options Panel icon so it's different from the Unified Extensions icon #98

Open
garywill opened this issue Aug 3, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@garywill
Copy link
Contributor

garywill commented Aug 3, 2024

Is your feature request related to a problem? Please describe.
Extension Options Panel button icon is the same as Firefox's Extensions button icon. Two same icons in toolbar makes users confused

Describe the solution you'd like
Make Extension Options Panel in different color

Describe alternatives you've considered
Or give Extension Options Panel a new icon

Additional context
We could simply use CSS fill to change the color of Extension Options Panel button icon

@garywill garywill added the enhancement New feature or request label Aug 3, 2024
@aminomancer
Copy link
Owner

You can already do that with CSS:

#eom-button {
  fill: red !important;
}

This is too opinionated of a change to put in the script, and not consistent with the theme's norm of white icons (using blue icons only for some "active" toolbar buttons). Plus, some users hide the unified extensions panel so don't have an issue like this and would be annoyed by the extension options panel button randomly deviating from the normal color scheme.

Changing the icon would be worth considering, but it's a lot of work and pretty low priority, something users can handle in their custom CSS. I'll leave this ticket open in case someone wants to submit a PR, but otherwise I probably won't work on this anytime soon.

@aminomancer aminomancer changed the title [FR] Make Extension Options Panel icon different color than the Firefox's one [FR] Change Extension Options Panel icon so it's different from the Unified Extensions icon Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants