Skip to content

Commit

Permalink
ENGCOM-2367: [Backport] chore: remove extraneous cursor property #16842
Browse files Browse the repository at this point in the history
 - Merge Pull Request #16842 from gelanivishal/magento2:2.1-develop-PR-port-15305
 - Merged commits:
   1. 93304cc
  • Loading branch information
magento-engcom-team committed Jul 16, 2018
2 parents 73ed076 + 93304cc commit 61ec4d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/web/css/source/lib/_buttons.less
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@
&.disabled,
&[disabled],
fieldset[disabled] & {
cursor: not-allowed;
pointer-events: none; // Disabling of clicks
pointer-events: none; // Disabling of all pointer events
.lib-css(opacity, @button__disabled__opacity);
}
}
Expand Down

0 comments on commit 61ec4d9

Please sign in to comment.