You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
a7917a28 Thanks @tenphi! - Simplified the input-autofill recipe's @autofill alias to :-webkit-autofill | :autofill. Coverage is unchanged in practice (the dropped Chromium-internal pseudo-classes were redundant on top of :-webkit-autofill), and the resulting selector list avoids the :is() wrapper, fixing rendering in environments where :is() interacted poorly with the autofill rule.