Hi @alexander
When we add the Alert element, it has the background-color
and the text-shadow
inherited from the x-alert
CSS.
Due to that CSS, the background color and text shadow settings are not working unless removed with custom CSS.
On the sidenote, I am trying to have an Alert element in the Header container. Once the Alert toggle is clicked, I’d like the entire bar/container to collapse to zero, but after setting its height to Auto
and removing the paddings, it still has a minimal 20px height. would there be a clean way to make it completely gone?
Thanks!