Closed Bug 1839251 Opened 1 year ago Closed 5 months ago

Add a CSS intervention for www.cleanrider.com

Categories

(Web Compatibility :: Interventions, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1848713

People

(Reporter: twisniewski, Unassigned)

References

()

Details

The price slider on the page is broken it relies on ::-webkit-slider-thumb support. We can fix this by adding this CSS for the whole domain:

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 24px;
    pointer-events: all;
    width: 24px
}
Status: NEW → RESOLVED
Closed: 5 months ago
Duplicate of bug: 1848713
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.