Skip to content
Snippets Groups Projects
Unverified Commit f6718664 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3223268 by javi-er, dhirendra.mishra, mherchel: Olivero: IE11 primary...

Issue #3223268 by javi-er, dhirendra.mishra, mherchel: Olivero: IE11 primary menu submenus have horizontal scrollbar when submenu item has focus

(cherry picked from commit 0c9dfc7d)
parent 8e07ae30
Branches
Tags
8 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.
......@@ -222,7 +222,10 @@
}
body:not(.is-always-mobile-nav) .primary-nav__menu-link--level-2:focus:before {
top: 0;
left: -0.5625rem;
height: 100%;
transform: none;
}
[dir="ltr"] body:not(.is-always-mobile-nav) .primary-nav__menu-link--level-2 .primary-nav__menu-link-inner {
......
......@@ -147,7 +147,10 @@ body:not(.is-always-mobile-nav) {
display: block;
&:focus:before {
top: 0;
left: calc(var(--sp0-5) * -1);
height: 100%;
transform: none;
}
& .primary-nav__menu-link-inner {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment