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

Section hidden native style is overridden by base/generic #3941

Open
apomili opened this issue Nov 26, 2024 · 0 comments
Open

Section hidden native style is overridden by base/generic #3941

apomili opened this issue Nov 26, 2024 · 0 comments

Comments

@apomili
Copy link

apomili commented Nov 26, 2024

This is about Bulma.

Overview of the problem

I'm using Bulma 1.0.2
My browser is: Chrome

Description

The native style of <section hidden> is overridden by base/generic.scss

Steps to Reproduce

  1. Set on a page a tag section with an hidden attribute like <section hidden></section>
  2. Add bulma style with @use "bulma/sass/base "
  3. Inspect console on that tag

Expected behavior

The section should have

section[Attributes Style] {
    display: none;
}

Actual behavior

The section get

article, aside, figure, footer, header, hgroup, section {
    display: block;
}
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

1 participant