From 171a0a587b8947c485baee3e26c6154969d5ebf3 Mon Sep 17 00:00:00 2001 From: cstergianos Date: Tue, 20 Mar 2018 08:02:52 +0100 Subject: [PATCH] Update navigation less with display: inline-block The navigation without the "display: inline-block" sometimes gets broken on Internet Explorer 11. This happens after some refreshes of the page, both on Luma and Blank theme. --- lib/web/css/source/lib/_navigation.less | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/web/css/source/lib/_navigation.less b/lib/web/css/source/lib/_navigation.less index 93101fd7c19b9..6ed3a9671ab13 100644 --- a/lib/web/css/source/lib/_navigation.less +++ b/lib/web/css/source/lib/_navigation.less @@ -324,6 +324,7 @@ .lib-css(text-decoration, @_nav-level0-item-text-decoration); box-sizing: border-box; position: relative; + display: inline-block; &:hover, &.ui-state-focus { .lib-css(background, @_nav-level0-item-background-color-hover);