SOLVED: Icon CSS ID is printed as a class

Version: 1.5.2

I noticed that the ID I set on an icon element:

is now printed as a class:

I tried to change it and resave, no luck.

All the styles applied to the element disappeared as well, since the css is still applying to the ID and not the class:

/* BREAKPOINT: Desktop (BASE) */
#closeFilter {color: var(--bricks-color-5463b3); fill: var(--bricks-color-5463b3); padding-top: 1rem; padding-right: 1rem; padding-bottom: 1rem; padding-left: 1rem; background-color: var(--bricks-color-e2b01e); border-top-left-radius: 50px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; border-bottom-left-radius: 50px; font-size: 10px}

Cheers,
Maxime

1 Like

Forgot to tag this thread as a bug. Fixed it now.

Hi Maxime,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue with Bricks 1.5.3. What exactly do I have to do?

Best regards,
timmse

hey @timmse,
It seems it has been fixed in version 1.5.3

Not sure what the problem was :stuck_out_tongue:

Cheers,
Maxime

1 Like