Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Disabled styling doesn't always work #46

Open
yh54321 opened this issue Jul 26, 2019 · 1 comment
Open

Disabled styling doesn't always work #46

yh54321 opened this issue Jul 26, 2019 · 1 comment

Comments

@yh54321
Copy link

yh54321 commented Jul 26, 2019

When the disabled attribute is set to true on the checkbox, both the checkbox and its associated label are correctly disabled and adopt a 'disabled' styling (they become grayed, and mouse pointer changes).

When the checkbox exists in a <fieldset> element and the fieldset's disabled attribute is set to true, the checkbox becomes functionally disabled, though it does not adopt a 'disabled' styling.

If I am not mistaken, the expected behavior is for the checkbox and its label to likewise adopt a disabled styling under this circumstance.

@helptiger
Copy link

It seems that it is related to this
jgthms/bulma#2271

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

No branches or pull requests

2 participants