Questions About New Straight Table CSS Structure/Classes
Hi everyone,
I've been using extensions to override default CSS rules and customize objects for a while now. Recently, I started working with the new straight table object, but I noticed that some of my custom styles suddenly stopped working.
After some investigation, I realized that a few of the CSS classes I was targeting have changed — specifically, the ones that appear to be "randomly" generated. For example, I had been styling elements using a class like .sc-iACgxi, which now seems to have changed to .sc-jQfdtf. On the other hand, more consistent class names like .sn-table-cell have stayed the same.
Does anyone know if these seemingly random class names are dynamically generated? Or could this be related to a recent update? I haven’t used the straight table extensively before, but I was pretty sure these classes used to stay the same for a while. Interestingly, when I compare two different apps using the straight table, the class names are identical, which makes me wonder if a change was introduced recently.