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

Incorrect style for custom CSS properties when extending a native element #1807

Closed
Sleeckx opened this issue Jun 9, 2015 · 0 comments
Closed
Assignees
Labels

Comments

@Sleeckx
Copy link

Sleeckx commented Jun 9, 2015

I presume the button in the following code snippet should have a red background? Not entirely sure if this should work like this: http://jsbin.com/jewatuvoyo/1/edit?html,output

There's a space between the classname and the attribute selector in the style that causes this :

.x-test-0 [is=x-test] {
  background-color:red;
}
@sorvell sorvell added the p1 label Jun 10, 2015
@sorvell sorvell self-assigned this Jun 10, 2015
sorvell pushed a commit that referenced this issue Jun 12, 2015
Fixes #1807
Fixes #1809
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants