How do we override a user agent CSS property marked with "!important"?
For example: input[type="password" i] { -webkit-text-security: disc !important; }
Looking at the following chart from mdn, the above task seems impossible:
The following posts are related, but they don't provide a direct answer to the above question:
- What's the best way to override a user agent CSS stylesheet rule that gives unordered-lists a 1em margin?
- How to stop user agent stylesheets from overriding my css
- https://www.stefanjudis.com/today-i-learned/you-cant-override-important-user-agent-css-declarations/
Edit #1:
I genuinely don't believe this question is a duplicate of How to override !important? The other question doesn't deal with "user agent" specifically. "User Agent" has special overriding requirements, and solutions to the other post will not work here.
Please kindly review, thanks!