Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix inconsistent input[disabled] color in Safari
Fixes jgthms#2355 Safari is rendering `disabled` input fields with faded text. Instead of the Bulma default `#7a7a7a` (48% luminosity), the input text renders at `#cecece` (81% luminosity). Multiple users reported confusion, thinking the `<input disabled> value=` was instead `placeholder=` text, because it was so faded. Bulma is [already choosing to override the default `<input disabled>` text `color`](https://github.com/jgthms/bulma/blob/ff8c4c18accf2c0094aa77945b1d2180ac927159/sass/elements/form.sass#L67). That setting simply isn't taking effect in Safari & iOS Safari. This PR fixes it.
- Loading branch information