Skip to content

Commit ca1861e

Browse files
committed
MC-3903: Clicking into live edit shouldn't focus all text if existing text is present
- enable cursor for Slide and Tab buttons
1 parent cd110ee commit ca1861e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@
3030
margin-top: @margin;
3131
opacity: 1;
3232
transition: all 500ms ease;
33+
34+
span[contenteditable=true] {
35+
display: block;
36+
}
3337
}
3438
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@
2424
margin-top: @margin;
2525
opacity: 1;
2626
transition: all 500ms ease;
27+
28+
span[contenteditable=true] {
29+
display: block;
30+
}
2731
}
2832
}

0 commit comments

Comments
 (0)