Skip to content

Commit f830493

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,18 @@
125125

126126
.header.links {
127127
.lib-list-reset-styles();
128+
border-bottom: 1px solid @color-gray82;
128129
li {
129-
border-top: 1px solid @color-gray82;
130130
font-size: 1.6rem;
131131
margin: 0;
132132
&.greet.welcome {
133+
border-top: 1px solid @color-gray82;
133134
font-weight: 700;
134135
padding: 8px 20px;
135136
}
137+
> a {
138+
border-top: 1px solid @color-gray82;
139+
}
136140
}
137141
a,
138142
a:hover {

0 commit comments

Comments
 (0)