ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Hide "select" text in search component #238

Closed Eric-Arellano closed 1 month ago

Eric-Arellano commented 1 month ago

On large screens, choices.js has a little "select" label to the right of every entry. But there is no good reason for that. The UI is obvious already.

Fixing this allows us to keep the search/select a consistent 220px regardless of mobile vs desktop, meaning we cover less of the map.

Before:

Screenshot 2024-07-21 at 8 45 43 AM

After:

Screenshot 2024-07-21 at 8 45 02 AM