Loading…
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; }
Fixes #1668
Fixes #1807 Fixes #1809
c339c4d
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 :