Skip to content

Commit 0adde6d

Browse files
committed
MC-3939: Can't select or edit text ranges inside of a live edit block
- Remove unnecessary important on cursor style
1 parent ba101eb commit 0adde6d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ div[data-role='tabs'],
4545
white-space: normal;
4646

4747
span.tab-title {
48-
cursor: text !important;
48+
cursor: text;
4949
display: block;
5050
}
5151

0 commit comments

Comments
 (0)