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

remove hardcoded background color from ZoomControl #179

Open
axelpale opened this issue Apr 12, 2024 · 0 comments
Open

remove hardcoded background color from ZoomControl #179

axelpale opened this issue Apr 12, 2024 · 0 comments

Comments

@axelpale
Copy link
Contributor

The hardcoded background color is annoying if the client wants round button corners. The background then shows through. It cannot be overridden in stylesheets because it is element-level style, possibly being an artifact from an earlier development stage.

Currently the workaround is: zoomControl.element.style.backgroundColor = 'transparent'

The better solution is to remove the element-level styling completely.

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

1 participant