You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alert and toast styling relies on a series of complicated placeholders. This makes it hard to update or change styles for these components. Clean up and simplify the styling, maybe use a mixin instead of a placeholder.
The text was updated successfully, but these errors were encountered:
Alerts with custom icons face the problem that those icons are black. Inversion techniques don't work because it would invert the whole alert. Creating white alternatives for all possible icons would blow up CSS size too much with current approaches so it's not viable. This approach just replaces custom icons with the default alert icon. This way, only a small set of white icons has to be created.
The linter seems broken when dealing with placeholders, but it's an unusual pattern anyways. Created a ticket (#352) to remedy this situation.
Alert and toast styling relies on a series of complicated placeholders. This makes it hard to update or change styles for these components. Clean up and simplify the styling, maybe use a mixin instead of a placeholder.
The text was updated successfully, but these errors were encountered: