Skip to content

Commit 7c2ba60

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-96893' into 2.3-develop-pr13
2 parents 1548d08 + d040340 commit 7c2ba60

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

lib/web/css/source/lib/_navigation.less

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,19 @@
330330
padding-right: 0;
331331
}
332332

333+
&:hover {
334+
&:after {
335+
content: '';
336+
display: block;
337+
position: absolute;
338+
top: 0;
339+
left: 100%;
340+
width: 10px;
341+
height: calc(100% + 3px);
342+
z-index: 1;
343+
}
344+
}
345+
333346
> .level-top {
334347
.lib-css(background, @_nav-level0-item-background-color);
335348
.lib-css(border, @_nav-level0-item-border);
@@ -408,6 +421,17 @@
408421
@_left: @_submenu-arrow-left
409422
);
410423

424+
&:before {
425+
content: '';
426+
display: block;
427+
position: absolute;
428+
width: 100%;
429+
height: 4px;
430+
left: 0;
431+
top: -4px;
432+
z-index: 1;
433+
}
434+
411435
a {
412436
display: block;
413437
line-height: inherit;

lib/web/mage/menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ define([
2121
expanded: false,
2222
showDelay: 42,
2323
hideDelay: 300,
24-
delay: 300,
24+
delay: 0,
2525
mediaBreakpoint: '(max-width: 768px)'
2626
},
2727

0 commit comments

Comments
 (0)