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

[BUG] Background color overwrites background image #895

Closed
ronaldtveen opened this issue Jul 14, 2021 · 0 comments
Closed

[BUG] Background color overwrites background image #895

ronaldtveen opened this issue Jul 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@ronaldtveen
Copy link

When eg. the .bg-red-lt class is applied it overwrites the shorthand property background: but it should only overwrite the background-color: property.

background: $value;

This acts up when using <select class="form-select bg-red-lt"> on the Form elements docs for example.

Screenshot 2021-07-14 at 14 14 36

  • First (month): Current behaviour with background:
  • Second (day): Expected behaviour with background-color:
  • Third (year): only class="form-select" applied
@rjd22 rjd22 added bug Something isn't working contributions: up for grabs! labels Aug 31, 2022
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
None yet
Development

No branches or pull requests

2 participants