How can I remove the styles from the pseudo element -internal-input-suggested?
问题 As of the version 76.0.3809.100 of Google Chrome, I have a new pseudo element to autocomplete the inputs. I want the autocomplete function but I need remove the styles by default. <div pseudo="-internal-input-suggested" id="placeholder" style="display: block !important;"> myEMail@gmail.com </div> Styles applied by default on Chrome: input::-internal-input-suggested, textarea::-internal-input-suggested { font: 400 13.3333px Arial !important; } I'm trying overwrite with the same input::