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
This is about the Bulma CSS framework
I'm using Bulma version [1.0.2]
This is a Sass issue: I'm using version [1.0.2]
I am sure this issue is not a duplicate
Description
It would seem there's a sass issue with .notification - as I can't think of any reason why we need .is-dark.is-dark which basically makes the text in a dark notification invisible.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [1.0.2]
This is a Sass issue: I'm using version [1.0.2]
I am sure this issue is not a duplicate
Description
It would seem there's a sass issue with .notification - as I can't think of any reason why we need
.is-dark.is-dark
which basically makes the text in a dark notification invisible.As can be seen in https://cdn.jsdelivr.net/npm/bulma@latest/css/bulma.css
Steps to Reproduce
Make a notification with just is-dark and you'll see the inner text is also dark.
https://codepen.io/fmp777/pen/BaXNoVg
You probably don't want any of the classes noted above?
The text was updated successfully, but these errors were encountered: