Skip to content

Commit 77c61cd

Browse files
committed
MAGETWO-42871: Storefront menu UI issues on mobile
1 parent 54b85e9 commit 77c61cd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
font-size: 1.6rem;
8787
font-weight: 700;
8888
margin: 0;
89-
padding: 8px 20px;
89+
padding: .8rem 3.5rem .8rem 2rem;
9090
.label {
9191
display: block;
9292
margin-bottom: @indent__xs;
@@ -133,9 +133,6 @@
133133
font-weight: 700;
134134
padding: 8px 20px;
135135
}
136-
&:last-child {
137-
border-bottom: 1px solid @color-gray82;
138-
}
139136
}
140137
a,
141138
a:hover {
@@ -217,6 +214,11 @@
217214
background: transparent;
218215
border-bottom: 0;
219216
}
217+
.nav-sections-item-switch {
218+
&:hover {
219+
text-decoration: none;
220+
}
221+
}
220222
}
221223

222224
&-item-content {

0 commit comments

Comments
 (0)