Skip to content

Commit b3ac8b6

Browse files
author
Stanislav Idolov
authored
ENGCOM-2367: [Backport] chore: remove extraneous cursor property #16842
2 parents 930baef + 61ec4d9 commit b3ac8b6

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)