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

Fix disabled b-select and b-input having different opacity #2665

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

service-paradis
Copy link
Collaborator

Fix #2599

Proposed Changes

  • Force opacity: 1 for select since Browsers (at least Chrome) are setting opacity: 0.7
  • This way, disabled select and disabled input have the same look

@jtommy jtommy merged commit b3cf4c2 into buefy:dev Jul 10, 2020
@kashifusman
Copy link

its still not fixed on safari /IOS

@kashifusman
Copy link

any suggestion for safari to make select and input same in color

@sanouisiaka
Copy link

I had the same issue and adding -webkit-text-fill-color: $input-disabled-color; worked for me.

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

Successfully merging this pull request may close these issues.

Disabled b-select and b-input have different colors
4 participants