Merge "Prevent black background from appearing on menu after clicking reference"

This commit is contained in:
jenkins-bot 2019-01-17 23:33:31 +00:00 committed by Gerrit Code Review
commit 63796763b0
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;