diff options
| -rw-r--r-- | less/buttons.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/buttons.less b/less/buttons.less index 801458a6f..888ab83a3 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -42,6 +42,7 @@ &[disabled], fieldset[disabled] & { cursor: default; + pointer-events: none; .opacity(.65); .box-shadow(none); } |
