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

Fix css specificity on inputs #97

Open
McTano opened this issue Nov 13, 2020 · 1 comment
Open

Fix css specificity on inputs #97

McTano opened this issue Nov 13, 2020 · 1 comment

Comments

@McTano
Copy link
Collaborator

McTano commented Nov 13, 2020

Currently, the fira logic font is applied to the whole document with super-low specificity, which makes it override styles that it shouldn't, and get overridden when we need it.

We need to focus in the specificity of those selectors or apply the styles through jss to fix the problem.

@McTano
Copy link
Collaborator Author

McTano commented Sep 12, 2021

I need to check if the recent css changes fixed this.

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

1 participant