Closed
Bug 1380019
Opened 8 years ago
Closed 8 years ago
Background color of security bugs is wrong
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: dylan, Assigned: dylan)
References
Details
Attachments
(1 file)
The background color of security bugs regressed in bug 1369872.
I suspect it has to do with bug_groups.css and the rules in global.css starting
at line 828. Perhaps those rules belong in bug_groups.css, towards the end?
| Assignee | ||
Comment 1•8 years ago
|
||
To test this, you will need to put some bugs in your test install into groups: core-security,
bugzilla-security, and others (see css for clues)
| Assignee | ||
Updated•8 years ago
|
Assignee: umohm12 → dylan
Comment 2•8 years ago
|
||
In case it's helpful, comparing a session restored tab from before today's push to a new one, the new one has:
body[class*="bz_group_"] #bugzilla-body {
background-color: inherit;
}
which is causing the color to be duplicated on top of the noise and gradient. Removing that rule seems to work for the security bug case, but I don't know if there's some other type of bug that needs it.
| Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8885371 -
Flags: review?(umohm12)
| Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 8885371 [details] [review]
PR
reviewed and merged on github
Attachment #8885371 -
Flags: review?(umohm12) → review+
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•