-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Normalize: (iOS 7) disabled input fields are translucent #11655
Comments
Are you referring to Normalize.css? If so, open an issue with them. |
I actually was referring to normalize.css. I didn't know that this is an external component. I've created an issue there. |
X-Ref: necolas/normalize.css#261 |
Reopening, since the Normalize issue was closed as wontfix, to see if we want to normalize this at the Bootstrap level. |
Doesn't the addition of |
Truth, we shouldn't reset the buttons. This whole problem sucks in general, so at least we've got it fixed up for form controls. Buttons shouldn't see much of an issue given my quick testing. |
I checked that iOS7 Safari now... displays items with Is the change to |
…ls and buttons
iOS Safari "quirk" now documented in MDN as part of bs-css-hacks: |
…ls and buttons
In Safari on iOS 7, disabled input fields are transparent (opacity: 0.4). imho the bootstrap normalization should bring this in line with the other browsers and normalize this to "opacity: 1.0"
The text was updated successfully, but these errors were encountered: