Prevent black background from appearing on menu after clicking reference

Bug: T211691
Change-Id: Ibaf027c401f12022c21be7f7f959a1389f2bd153
This commit is contained in:
Jan Drewniak 2019-01-16 22:52:42 +01:00
parent 6d243c1df0
commit 5c638304e2
1 changed files with 5 additions and 0 deletions

View File

@ -144,6 +144,11 @@ nav {
.transition( opacity 0.25s ease-in-out );
}
}
// FIXME: overrides the .has-drawer background color when a drawer is open.
// Should be removed when T214045 is resolved.
.primary-navigation-enabled.has-drawer {
background-color: @primaryNavBackgroundColor;
}
.primary-navigation-enabled {
background-color: @primaryNavBackgroundColor;