| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Closes gh-2249
|
|
|
|
|
| |
Also, update a few stale URLs to what they redirect now to.
Closes gh-2244
|
|
|
| |
Closes gh-2104
|
|
|
|
|
|
|
|
|
|
|
| |
IE filter property violates standard CSS parsing rules. Because of that, IE 8
added `-ms-filter` which accepts the same values but quoted:
https://web.archive.org/web/20101112132308/http://blogs.msdn.com/b/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx
Both `filter` & `-ms-filter` serialize to the same `filter` property in
`currentStyle`.
This commit switches to that new property to resolve csslint issues.
Closes gh-1939
|
| |
|
|
|
|
|
|
| |
Move to using element stats rather then js class states remove
ui-button-text spans.
Removed button set
|
|
|
|
|
|
|
|
|
| |
pointer-events: none; fixes this in chrome, safari, and firefox.
IE and opera both show no focus styles on click, so lack of
pointer-events support in old ie is not a problem.
Fixes #10573
Closes gh-1330
|
|
|
|
| |
Closes gh-1403
|
|
|
|
|
| |
Fixes #9838
Closes gh-1365
|
| |
|
| |
|
|
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;
Fixes #9464
Closes gh-1029
|