Skip to content

Commit 7137c90

Browse files
committed
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 jquerygh-1330
1 parent 3ecbe78 commit 7137c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
----------------------------------*/
6363
.ui-state-disabled {
6464
cursor: default !important;
65+
pointer-events: none;
6566
}
6667

6768

0 commit comments

Comments
 (0)