How to affect cursor type when hovering over Basic Text element?

Hi! New to Bricks (1 day in here).

Instead of the normal text cursor, I would like to use the default (arrow) when hovering.

In my Basic Text element, I headed to Style > CSS > Custom CSS and added the following:

root {
  cursor:default;
}

Which did not work (nothing changed).

Perhaps someone could lead me in the right direction here.

Thanks so much! :wave:

Update: I think it actually worked, but for some reason changes weren’t being reflected, even after clearing caches. Tried later in another Chrome profile and it was working - then came back to original profile and it was also good. So I guess caching wasn’t fully flushed or something. Thanks.