Hello,
A Retool Cloud App is live, however I just noted today that our custom css isn't visible. Was there an update this week?
For others that experience the same issue;
It seems like the classnames where updates this week. In our case, to solve the issue, we changed;
Yx1NEg
to
_input_qe0m9_1
Did using Retool's custom CSS matching not work?
If so, there might be some more specific CSS that you could to target your elements. Instead of relying on generated class names, you could look for something more stable.
Like this for example, I matched on aria-label
since I figure they probably are not going to change that ever.
Another idea would be to look for a parent with a stable data-testid
and then use that and decedent selectors to find your element.
Hi @ellenhelena! What are you using custom CSS to control?