-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Disabled b-select and b-input have different colors #2599
Comments
You're right. It not directly related to Buefy nor Bulma. It is the browser default styles as you can see in this example: In this case, Chrome apply Maybe, it is worth opening an issue at Bulma for this. There are 2 easy solutions for this:
We can ask @jtommy if he want to apply this fix in the Buefy codebase. |
@service-paradis yes we can add in Buefy codebase. As you want for 1 o 2 solution :) |
I am still having the issue on IOS/Safari the select and input have different font color. |
Overview of the problem
Buefy version: [0.8.20]
Vuejs version: [2.6.11]
OS/Browser: macOS 10.15.5 / Chrome 83.0.4103.97
Description
When I make use of different form-fields like
b-input
andb-select
as disabled they don't look exactly the same and the disabledb-input
is (much) harder to read than a disabledb-select
.Steps to reproduce
Expected behavior
Disabled fields use the same colors, grey-tones
Actual behavior
Disabled fields don't use the same colors, grey-tones.
The text was updated successfully, but these errors were encountered: