spectre icon indicating copy to clipboard operation
spectre copied to clipboard

make loading element position important

Open endorama opened this issue 5 years ago • 1 comments

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 #649

endorama avatar Oct 07 '20 22:10 endorama

If !important should be removed a possible solution may be to use a specific selector targetting the .tooltip + .loading combination. Let me know if that is a preferred solution.

endorama avatar Oct 07 '20 22:10 endorama