Skip to content

Commit

Permalink
chore: remove extraneous cursor property
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ruf authored and gelanivishal committed Jul 14, 2018
1 parent 7d62c64 commit 93304cc
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 93304cc

Please sign in to comment.