Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skeletons not of the correct color when using Modular SASS #3917

Open
Curs3W4ll opened this issue Oct 3, 2024 · 1 comment
Open

Skeletons not of the correct color when using Modular SASS #3917

Curs3W4ll opened this issue Oct 3, 2024 · 1 comment

Comments

@Curs3W4ll
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Curs3W4ll and others