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

fix(tooltip): margin specificity fix #754

Merged
merged 1 commit into from
May 10, 2019
Merged

Conversation

montezume
Copy link
Contributor

Summary

As reported by @filippobocik.

Currently, our tooltip margins are being overridden by our spacing components, as those use !important.

Closes #753

@montezume montezume self-assigned this May 10, 2019
@montezume montezume added the 🐛 Type: Bug Something isn't working label May 10, 2019
@montezume montezume requested review from tdeekens and jonnybel May 10, 2019 12:20
Copy link
Contributor

@jonnybel jonnybel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate !important, but I guess its either this or rethinking our whole css hierarchy.

@montezume
Copy link
Contributor Author

@jonnybel I agree. It would be nice if we could make our Spacing components work without !important 😄

Copy link
Contributor

@tdeekens tdeekens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh lord. We shall remind our selves that this shall not be the start of the end.

@montezume montezume merged commit 15aa855 into master May 10, 2019
@montezume montezume deleted the ml-tooltip-margin-fix branch May 10, 2019 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip margin is being overriden by spacing components
3 participants