-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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 minor visual bug in Firefox caused by moz-focusring
#32821
Conversation
Avoid bug in FF where text appears "noisy" due to text-shadow applying to focused form fields.
To give some background here:
However seems to work fine. |
I fail to see any difference on my machine (FF 85 on Windows 10) between https://getbootstrap.com/docs/4.6/components/forms/#form-controls and https://deploy-preview-32821--twbs-bootstrap.netlify.app/docs/4.6/components/forms/#form-controls |
@XhmikosR I do on Ubuntu: when focusing in & out the email input (using keyboard), it gets bolder on focus because of |
Can you please share a screenshot with the diff? I really can't reproduce the issue even on my Linux mint VM. Or the difference is so subtle I'm missing it. |
Maybe I need glasses, but I can't tell the difference myself :/ I'd like @mdo's review just so that we are safe :) |
Should try to record change when I uncheck |
@twbs/css-review someone able to confirm this bug, and maybe provide better screenshots than mine? |
moz-focusring
Found a very minor visual issue in Firefox where the text inside of form fields appears to "ring" or have noise after using the tab key to re-focus the text field. Appears to be related to having this
-moz-focusring
rule with text-shadow applying to all form-control elements. In v5, it appears this has been properly moved intoform-select
only. Backporting this change to v4.