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

Icon-related CSS for browZer tool-button can collide with some web apps #394

Open
rentallect opened this issue Jan 14, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@rentallect
Copy link
Member

This browZer tool-button CSS:

[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  font-family: 'eruda-icon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

Can lead to a web app rendering this:
image

...instead of this:
image

@rentallect rentallect added the bug Something isn't working label Jan 14, 2025
@rentallect rentallect added this to the Public Beta Launch milestone Jan 14, 2025
@rentallect rentallect self-assigned this Jan 14, 2025
@rentallect rentallect moved this to In Development in BrowZer Roadmap Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: In Development
Development

No branches or pull requests

1 participant