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
I'm using Bulma 1.0.2
My browser is: Safari (same bug on Brave)
This is a Sass issue: I'm using version 1.79.4
I am sure this issue is not a duplicate
Description
When using skeletons (with Bulma SASS modular), they do not look like they are really working well.
This issue is about: buttons, inputs, table row.
When a button is skeleton, the color should always be grey, no matter the style of the button (primary, secondary...).
But it's currently keeping the color of the button.
For inputs (and same for table row), the input is still white, only the border is "loading".
The same issue is not reproductible when using pure HTML link from cdnjs.
This is about a Bulma BUG.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma 1.0.2
My browser is: Safari (same bug on Brave)
This is a Sass issue: I'm using version 1.79.4
I am sure this issue is not a duplicate
Description
When using skeletons (with Bulma SASS modular), they do not look like they are really working well.
This issue is about: buttons, inputs, table row.
When a button is skeleton, the color should always be grey, no matter the style of the button (primary, secondary...).
But it's currently keeping the color of the button.
For inputs (and same for table row), the input is still white, only the border is "loading".
The same issue is not reproductible when using pure HTML link from cdnjs.
Steps to Reproduce
Create a project that use Bulma sass (or use this reproduction repository)
Use modular sass to load Bulma.
See the skeletons are not correctly working on buttons and inputs.
Expected behavior
Skeletons should always be grey no matter the color of the button (primary/secondary...).
Actual behavior
Skeletons keep the color of the button.
The text was updated successfully, but these errors were encountered: