Skip to content

Commit b192f38

Browse files
committed
Merge branch 'MC-4012' of github.com:magento-obsessive-owls/magento2-page-builder into MC-16153
2 parents 64965ce + 6ba13ec commit b192f38

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminPageBuilderBannerCommonTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1948,6 +1948,9 @@
19481948
<group value="pagebuilder-image"/>
19491949
<group value="pagebuilder-banner"/>
19501950
<group value="pagebuilder-bannerCommon"/>
1951+
<skip>
1952+
<issueId value="MC-19863"/>
1953+
</skip>
19511954
</annotations>
19521955
<before>
19531956
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_inline-wysiwyg.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
// Source -> Inline WYSIWYG
88
// _____________________________________________
99

10+
._keyfocus {
11+
.inline-wysiwyg {
12+
&:focus {
13+
box-shadow: none;
14+
}
15+
}
16+
}
17+
1018
.inline-wysiwyg {
1119
.magento-placeholder {
1220
height: auto;

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,23 @@
77
// Default appearance styles
88
// _____________________________________________
99

10+
._keyfocus {
11+
[data-content-type='heading'] {
12+
&:focus {
13+
box-shadow: none;
14+
}
15+
}
16+
}
17+
1018
.pagebuilder-heading {
1119
&.pagebuilder-content-type {
1220
display: block;
21+
22+
&:focus {
23+
box-shadow: none;
24+
}
1325
}
26+
1427
> div {
1528
margin: 0;
1629
padding: 0;

0 commit comments

Comments
 (0)