Skip to content

Commit db6b664

Browse files
MC-3664: Safari - Button Item Grab Handle Mouse Cursor Is Displaying as a Text Cursor
- display cursor as disabled when grab handle is disabled
1 parent 2f1841f commit db6b664

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/button-item/_default.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
position: absolute;
5959
}
6060

61-
&.disabled:before {
61+
&.disabled {
6262
color: @color-light-gray;
6363
cursor: not-allowed;
6464
}

0 commit comments

Comments
 (0)