Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Here button graphic is the wrong shape for it's frame or placeholder in the map. #1421

Open
dmede opened this issue Sep 23, 2024 · 3 comments

Comments

@dmede
Copy link

dmede commented Sep 23, 2024

The "Search Here" button on the main map has different shaped corners than the actual frame it sits in, showing small white corners on the button. The button graphic needs to be re-drawn with the same corner radius as the button frame.

Screenshot 2024-09-23 at 3 38 50 PM

@dbranchini
Copy link

Good catch... all border radiuses of buttons are 4px (or .25rem).

@thatbudakguy
Copy link
Member

This one has annoyed me for awhile, and I've looked into it more than once...I think something is rendering a white background underneath the button, and the button is the correct size. I can't figure out where it's coming from, though.

@cbeer
Copy link
Member

cbeer commented Sep 24, 2024

It looks like the leaflet .search-control has a white background with a border radius 4px, but the bootstrap .btn-primary inside it has a border-radius 6px?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants