CSS to get rid of the spinner?

I have some magic I am working on :slight_smile:
I have Google PubSub working on messages to and from the system… and seems to be (about to be) working nicely.

But I have a component with a button that will display once the XC code returns a value… and while it is waiting I get a spinner in the middle of the screen.

Any idea on CSS on how to make this spinner be not visible? :slight_smile: :slight_smile: thanks!

Try this:

#loader-1 { display: none;}

Let me know if it work.
Bye

2 Likes

genius - thanks! :star: :star2: :sparkles: :sparkles: :sparkles: :clap:

3 Likes

you’re welcome

1 Like