Open
Bug 1470272
Opened 7 years ago
Updated 3 years ago
Firefox on Win10 renders pixelated/blurry checkmark in checkbox when using height: and width: css
Categories
(Core :: Graphics, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: steve, Unassigned)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
|
4.09 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0
Build ID: 20180605171542
Steps to reproduce:
Use CSS to make the width and height of the checkbox larger.
input[type="checkbox"] {
height: 30px;
width: 30px;
margin-right: 10px;
}
Actual results:
Checkmark inside the box is pixelated and blurry. Looks really bad.
Expected results:
Looks really great however in Chrome, IE, etc. Properly scaled and clean looking, anti-aliased.
Updated•7 years ago
|
Priority: -- → P3
Whiteboard: [gfx-noted]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•