Commit 1d94d777 authored by Mark Otto's avatar Mark Otto

Merge pull request #7258 from acconrad/patch-1

Update buttons.less to disable btn pointer events
parents 8c9e9e28 e488e709
...@@ -42,6 +42,7 @@ ...@@ -42,6 +42,7 @@
&[disabled], &[disabled],
fieldset[disabled] & { fieldset[disabled] & {
cursor: default; cursor: default;
pointer-events: none;
.opacity(.65); .opacity(.65);
.box-shadow(none); .box-shadow(none);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment