ubc-carnap-team / Rudolf

Truth Tree Widget for Carnap
2 stars 3 forks source link

Fix css specificity on inputs #97

Open McTano opened 3 years ago

McTano commented 3 years ago

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 commented 3 years ago

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