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

Suggestion to make the .arrow class name more specific #34

Closed
rderharo opened this issue Jan 15, 2015 · 3 comments
Closed

Suggestion to make the .arrow class name more specific #34

rderharo opened this issue Jan 15, 2015 · 3 comments

Comments

@rderharo
Copy link

I'm trying to implement the intl-tel-input plugin and there is a conflict with metisMenu regarding the .arrow class.

The issue is that while intl-tel-input specifies the selector as specific:
.intl-tel-input .selected-flag .arrow {

metisMenu has a broad selector that captures everything, including other elements:
.arrow {

This results in some important styles being overwritten and forces me to reset the defaults on my app's CSS.

Is it possible to refactor the stylesheet for metisMenu to be more specific as to isolate the effect it has on other controls in the same application?

@lenamtl
Copy link

lenamtl commented May 22, 2015

+1

@onokumus
Copy link
Owner

@rderharo
Copy link
Author

Thank you!

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

3 participants