]> source.dussan.org Git - jquery-ui.git/commit
Theme: Disabled elements can still be focused with a click
authorAlexander Schmitz <arschmitz@gmail.com>
Fri, 29 Aug 2014 15:15:22 +0000 (11:15 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Fri, 16 Jan 2015 13:56:22 +0000 (08:56 -0500)
commit7137c90b1883bc19f23678582170e9df981a084d
tree01863b32e4bcc8200ede2c42ccd48ae513e0e812
parent3ecbe7867abbc350f8ebd52b7036e1b81d8890ae
Theme: Disabled elements can still be focused with a click

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
themes/base/core.css