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

IE fixes for new control styles. #1313

Merged
merged 2 commits into from
Jan 29, 2013

Conversation

jacobtoye
Copy link
Member

Just a few fixes for IE.

I added back in a class for the last bar button as last-child doesn't work in < ie 8 (http://caniuse.com/#search=last-child). Didn't need to fix first-child as the only style it applies is border-radius.

@mourner
Copy link
Member

mourner commented Jan 27, 2013

I'm not sure about the last-child thing... Is a 1px bottom border really affecting IE6-7 zoom control appearance enough to justify complicating the DOM generating code of controls? Everything else looks good!

@jacobtoye
Copy link
Member Author

Cool , I'm totally fine with that. The 1 pixel doesn't really make it look too bad. I'll back out the change tomorrow.

@jacobtoye
Copy link
Member Author

Ok backed out the last-child fix.

mourner added a commit that referenced this pull request Jan 29, 2013
IE fixes for new control styles.
@mourner mourner merged commit b661c7b into Leaflet:control-design Jan 29, 2013
@mourner
Copy link
Member

mourner commented Jan 29, 2013

Thanks!

@Malvoz Malvoz added the ie Internet Explorer label May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ie Internet Explorer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants