Closed Bug 1654877 Opened 4 years ago Closed 4 years ago

Add an intervention for preev.com

Categories

(Web Compatibility :: Interventions, task, P3)

Desktop
Windows

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ksenia, Assigned: ksenia)

References

()

Details

To fix the issue we need to make it so -moz-appearance is after -webkit-appearance, perhaps by adding !important:

input[type="number"], input[type="text"] {
    ...
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

The intervention needs to be added on mobile

Assignee: nobody → kberezina
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
See Also: → 1878004
You need to log in before you can comment on or make changes to this bug.