Skip to content

Loading…

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

Closed
Sleeckx opened this Issue · 0 comments

2 participants

@Sleeckx

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
@sorvell sorvell self-assigned this
@sorvell sorvell referenced this issue from a commit
@sorvell sorvell Fixes #1668
Fixes #1807
Fixes #1809
c339c4d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.