Skip to content

Commit 4db9d2f

Browse files
committed
MAGETWO-47593: Toggle buttons are displayed not aligned in responsive menu on Storefront
1 parent 1db2d56 commit 4db9d2f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/design/frontend/Magento/blank/web/css/source/_navigation.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102

103103
&-trigger {
104104
strong {
105-
display: inline-block !important;
106105
position: relative;
107106
.lib-icon-font(
108107
@_icon-font-content: @icon-down,
@@ -114,7 +113,7 @@
114113
&:after {
115114
position: absolute;
116115
right: -40px;
117-
top: -18px;
116+
top: -16px;
118117
}
119118
}
120119

app/design/frontend/Magento/luma/Magento_Theme/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
.nav-sections .switcher-trigger strong:after {
328328
.lib-font-size(16);
329329
right: -25px;
330-
top: 2px;
330+
top: -2px;
331331
}
332332

333333
.navigation .parent .level-top:after {

0 commit comments

Comments
 (0)