Skip to content

Commit 49ae528

Browse files
Merge pull request #669 from joweecaquicla/636-add-tooltip-with-viewport-label-description
#636: Responsive breakpoint switcher - adjusted tooltip position.
2 parents 383b51d + d2cf627 commit 49ae528

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/ViewportSwitcherMobile/ViewportSwitcherMobileTabsThroughBlockContentTypeTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,7 @@
483483
<argument name="viewportButton" value="mobile"/>
484484
<argument name="viewportStage" value="mobile"/>
485485
</actionGroup>
486+
<click selector="{{PageBuilderPanel.searchPanel}}" stepKey="unFocusViewportSwitcher"/>
486487
<actionGroup ref="openPageBuilderEditPanelSmallByIndex" stepKey="openEditPanelTab1Again">
487488
<argument name="section" value="TabOnStage"/>
488489
<argument name="targetIndex" value="1"/>

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/_page-builder.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@
3838
.tooltip-content {
3939
background: rgba(49, 48, 43, .8);
4040
font-size: 12px;
41+
margin-left: -69px;
4142
padding: 7px 9px;
4243
text-align: left;
4344

4445
&:before {
46+
left: 90px;
4547
opacity: .65;
4648
}
4749

0 commit comments

Comments
 (0)