Skip to content

Commit 93304cc

Browse files
Daniel Rufgelanivishal
Daniel Ruf
authored andcommitted
chore: remove extraneous cursor property
1 parent 7d62c64 commit 93304cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/web/css/source/lib/_buttons.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@
266266
&.disabled,
267267
&[disabled],
268268
fieldset[disabled] & {
269-
cursor: not-allowed;
270-
pointer-events: none; // Disabling of clicks
269+
pointer-events: none; // Disabling of all pointer events
271270
.lib-css(opacity, @button__disabled__opacity);
272271
}
273272
}

0 commit comments

Comments
 (0)