-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Comments
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.
Thanks! I'll have a look. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: