ProjectSidewalk / SidewalkWebpage

Project Sidewalk web page
http://projectsidewalk.org
MIT License
80 stars 23 forks source link

Issue 3524 Fix Dropdown Color #3559

Closed cyrusnaficy closed 3 weeks ago

cyrusnaficy commented 3 weeks ago

Resolves #3524

The problem was that the navbar button turned grey after clicking out of it. The only way to get it back to the original white color was to click elsewhere on the screen. The same thing applies to the mobile view except that the color stays yellow instead of grey.

Desktop

Image of the grey background image Image of the white background image

Mobile

Image of the yellow background

Screenshot 2024-06-04 at 3 48 58 PM

Image of the white background

Screenshot 2024-06-04 at 3 49 14 PM
Testing instructions
  1. Click the main navbar "Tools" or "City" dropdown button to open menu
  2. Click it again to close the menu (color now switches back to white)
Things to check before submitting the PR