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

[Label] Basic background label definitions #6582

Closed
wants to merge 1 commit into from

Conversation

lasley
Copy link

@lasley lasley commented Sep 14, 2018

Description

  • The @basicBackground variable is set to none @white, which is meant to be used in the background CSS property of elements. Labels use the variable in background-color though, which creates an invalid rule. Switch to use background instead.

Testcase

[Show before with this fiddle]
https://jsfiddle.net/5xyzedp0/1/

* The `@basicBackground` variable is set to `none @white`, which is meant to be used in the `background` CSS property of elements. Labels use the variable in `background-color` though, which creates an invalid rule. Switch to use `background` instead.
@ColinFrick
Copy link

ColinFrick commented Sep 14, 2018

Duplicate of #6440

@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants