Currently there are the following CSS selectors, which also affect my theme:

.menu-item:hover {
    background: #fff;
}
.menu-item:focus {
    background: #abeae4;
}
.menu-item--expanded .menu {
    background: #fff;
    width: auto;
    height: auto;
}
.menu-item--expanded {
    background-color: #f5f5f2;
}

I'd suggest prefixing them with .toolbar.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Lukas von Blarer created an issue. See original summary.

Lukas von Blarer’s picture

Status: Active » Needs review
FileSize
1.02 KB

The attached patch works for me.

eme’s picture

I do agree. Let's commit this !

eme’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.