-
Notifications
You must be signed in to change notification settings - Fork 806
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
Loading class on buttons with tooltip create wrong effect #649
Comments
This is due to the I was able to solve this by setting A (probably unwanted) side effect of applying the I can provide a PR if interested in the fix. |
@endorama can you make a pull request with the fix? |
Absolutely yes. I just wanted to open an issue first to discuss it before rushing an implementation. PS: I see this repo is not participating in Hacktoberfest (from this year is opt-in), you may be interested in checking that out. |
When the `.loading` class is applied to a `.tooltip`, the loading element is wrongly positioned. This is due to the `left` and `top` rules in the `.tooltip::after` class. Solution to this issue is to set `!important` to `left` and `top` rules in the `.loading::after` class. Fixes picturepan2#649
Hello, while applying
loading
to abtn
with atooltip
configured I observe this behaviour:Apart from the
tooltip
class, all other tooltip position modifier are affecting the loader.I'm using
spectre.css
v0.5.9
.The text was updated successfully, but these errors were encountered: