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

Feature request: Add style rules for disabled dropdown links #3682

Open
erbsland-dev opened this issue Sep 22, 2023 · 3 comments
Open

Feature request: Add style rules for disabled dropdown links #3682

erbsland-dev opened this issue Sep 22, 2023 · 3 comments

Comments

@erbsland-dev
Copy link

This is about Bulma.

Description

This is about the Bulma CSS framework. I'm using Bulma version 0.9.4.

Dropdown entries do not support a disabled state. Please add a method to create dropdown entries that are in a disabled state.

Neither <a class="dropdown-item is-disabled">...</a> nor <a class="dropdown-item" disabled>...</a> works.

Example Solution:

a.dropdown-item[disabled] {
    color: $grey;
    cursor: default;
    pointer-events: none;
}
@iamtiagogalvao
Copy link

iamtiagogalvao commented Oct 3, 2023

I would like to be assigned to this issue as I am working on a pull request for this.

EDIT: I have submitted a PR ( #3686 ) that implements this suggestion.

iamtiagogalvao added a commit to iamtiagogalvao/bulma that referenced this issue Oct 3, 2023
- As stated in issue jgthms#3682 (Feature Request)
- Add a disabled state to the .dropdown-item of the dropdown component.
@jgthms
Copy link
Owner

jgthms commented Oct 4, 2023

Thanks! I'll have a look.

@iamtiagogalvao
Copy link

@jgthms let me know if you need any further information about the #3686 PR.

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

3 participants