-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
This is about Bulma.
Having a parent with class background change the behavior of the children's messages body as the variable
now points to
[class*=has-background-white], [class*=is-background-white] {
...other code
--bulma-background-l: var(--bulma-white-l);
}that change the
.message-body {
background-color: hsl(var(--bulma-message-h), var(--bulma-message-s), var(--bulma-message-background-l));
}that point to
--bulma-message-background-l: var(--bulma-background-l);Overview of the problem
I'm using Bulma version [1.0]
Description
Not sure if it is a bug or an overview, but even in the docs, the class is used. but not having the desired effect anymore.
Steps to Reproduce
Add has-background-white to any parent where a message is displayed.
Expected behavior
Actual behavior
tonprince
Metadata
Metadata
Assignees
Labels
No labels