Fix minor visual bug in Firefox caused by moz-focusring#32821
Fix minor visual bug in Firefox caused by moz-focusring#32821XhmikosR merged 5 commits intotwbs:v4-devfrom
moz-focusring#32821Conversation
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-focusringrule with text-shadow applying to all form-control elements. In v5, it appears this has been properly moved intoform-selectonly. Backporting this change to v4.