Skip to content

Commit

Permalink
Fix mainmenu color in ios and promo texxst dissappearing under certai…
Browse files Browse the repository at this point in the history
…n circumstances. (#3450)

* quick fix for popup in older ios versions

* Fixing promo on a page with a main menu

* changed the selector for changing the header z index to more accurately target a dropdown

* explicitly set main menu button color
  • Loading branch information
sharmrj authored Jan 10, 2025
1 parent fb3ff4a commit 655192d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/blocks/global-navigation/global-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,7 @@ header.new-nav .feds-nav > section.feds-navItem > .feds-popup .top-bar .main-men
padding: 1px 0;
border: 0;
font-family: var(--body-font-family);
color: var(--text-color);
}

header.new-nav .feds-nav > section.feds-navItem > .feds-popup .top-bar .main-menu svg {
Expand Down

0 comments on commit 655192d

Please sign in to comment.