-
-
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
Bulma V1.0.0 disabled is-outlined button bug #3745
Comments
I have the same problem, the disabled is-outlined button has a wrong text color so the label is invisible. |
I created a PR. |
Please include the PR in the next patch relase. Thanks. |
It has been a while without any reply. This should be an easy fix to apply. |
This is a showstopper for us to upgrade to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [1.0.0]
Description
if I use a disabled button in the style is-outlined is displayed wrong:
Steps to Reproduce
<button class="button is-danger is-outlined" disabled="">Outlined </button>
The text was updated successfully, but these errors were encountered: