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

@elements - anchor tags styled like button text color not changing with text-{color} css class #40

Open
seppwc opened this issue Feb 26, 2021 · 0 comments
Labels
bugfix Something isn't working

Comments

@seppwc
Copy link
Owner

seppwc commented Feb 26, 2021

This is an odd one, specificity shouldn't be an issue for the following reasons

  1. elements should be declared before css in stylesheet orders, so the new text color should be declared after the elements reset
  2. background color, which is declared with exact same selectors as color DOES change with bg-{color}

current workaround which has been implemented is to add !important to all css classes but this is sloppy, there must be a reason for this bug!

@seppwc seppwc added the bugfix Something isn't working label Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant