GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
373 stars 171 forks source link

User Menu colors should only apply when in navbar region #690

Closed jonpugh closed 7 years ago

jonpugh commented 9 years ago

The dkan sitewide user menu is set to make the links white no matter where it is placed.

This makes the links invisible if you move the user menu to the footer, for example.

Instead of

#block-dkan-sitewide-dkan-sitewide-user-menu .links a {
  color: white;
}

it should include the selector that sets the dark background color like:

.navigation-wrapper #block-dkan-sitewide-dkan-sitewide-user-menu .links a {
  color: white;
}
janette commented 7 years ago

Hi @jonpugh ! fixed :)

jonpugh commented 7 years ago

Nice! 👋 @janette !!