Closed Bug 1836177 Opened 2 years ago Closed 2 years ago

Add an intervention for clalit.co.il

Categories

(Web Compatibility :: Interventions, task)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: twisniewski, Unassigned)

References

()

Details

The page hides number input spinners using webkit-specific code on desktop, and those spinners can interfere with users trying to login. We can hide them with an all-frames CSS intervention for *://e-services.clalit.co.il/OnlineWeb/General/InfoFullLogin.aspx*:

input[type="number"] {
  -moz-appearance:textfield;
}   

Shipped in bug 1805412.

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