Closed
Bug 1418378
Opened 7 years ago
Closed 6 years ago
Use Material Icons on Bugzilla home page instead of low-res images
Categories
(bugzilla.mozilla.org :: User Interface, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: pmenzel+bugzilla.mozilla.org, Assigned: kohei)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171116170924
Steps to reproduce:
Access the start page of Bugzilla at https://bugs.freedesktop.org for example.
Actual results:
On HiDPI display (Dell UP3214Q) the icons on the Bugzilla start page look very blurry as seen on the attached image.
```
#enter_bug {
background: url(../../skins/standard/index/file-a-bug.png) no-repeat;
}
#query {
background: url(../../skins/standard/index/search.png) no-repeat;
}
#account {
background: url(../../skins/standard/index/new-account.png) no-repeat;
}
#help {
background: url(../../skins/standard/index/help.png) no-repeat;
}
```
Expected results:
Could please vector graphics be used or different images depending on the resolution?
Reporter | ||
Comment 1•7 years ago
|
||
Downstream bug report [1].
[1] https://bugs.freedesktop.org/show_bug.cgi?id=103767
Assignee | ||
Comment 2•6 years ago
|
||
We don’t have a vector or hi-res version of the images. A simple workaround is probably using an icon font, just like the icons on BMO’s global header. These are Material Icons by Google. I’m going to make the change to BMO, which will be the base of the upstream Bugzilla 6 release.
Assignee: ui → kohei.yoshino
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Product: Bugzilla → bugzilla.mozilla.org
QA Contact: default-qa
Summary: Use vector graphics on Bugzilla start page → Use Material Icons on Bugzilla home page instead of low-res images
Version: unspecified → Production
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → NEW
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•6 years ago
|
||
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
You need to log in
before you can comment on or make changes to this bug.
Description
•