Closed
Bug 1836177
Opened 2 years ago
Closed 2 years ago
Add an intervention for clalit.co.il
Categories
(Web Compatibility :: Interventions, task)
Web Compatibility
Interventions
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;
}
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Shipped in bug 1805412.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•