Closed
Bug 926232
Opened 12 years ago
Closed 12 years ago
CSS style ".bz_status_UNCONFIRMED" is not applied due to typo
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 5.0
People
(Reporter: a9016009, Assigned: a9016009)
References
Details
(Keywords: regression)
Attachments
(1 file)
447 bytes,
patch
|
Wurblzap
:
review+
|
Details | Diff | Splinter Review |
In http://bzr.mozilla.org/bugzilla/trunk/view/head:/skins/standard/global.css#L248
the line
.bz_bug_link .bz_status_UNCONFIRMED {
font-style: italic;
}
does not work as expected.
It needs to be
.bz_bug_link.bz_status_UNCONFIRMED {
instead.
Assignee | ||
Comment 1•12 years ago
|
||
This was introduced in http://bzr.mozilla.org/bugzilla/trunk/revision/7436
Attachment #816390 -
Flags: review?
Updated•12 years ago
|
Assignee: general → ui
Status: NEW → ASSIGNED
Component: Bugzilla-General → User Interface
Keywords: regression
Hardware: x86 → All
Updated•12 years ago
|
Assignee: ui → a9016009
Comment 2•12 years ago
|
||
Comment on attachment 816390 [details] [diff] [review]
Trivial patch to fix typo
The patch is good; r=Wurblzap. Thank you!
Maybe we should drop .bz_bug_link completely, in this line? That's probably another bug, though.
Attachment #816390 -
Flags: review? → review+
Updated•12 years ago
|
Flags: approval?
Updated•12 years ago
|
Target Milestone: --- → Bugzilla 5.0
Comment 3•12 years ago
|
||
Andre, do you want me to check this in for you?
Assignee | ||
Comment 4•12 years ago
|
||
Oh yes please, I don't have commit access via bzr.
Comment 5•12 years ago
|
||
Committing to: bzr+ssh://wurblzap%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
Geändert skins/standard/global.css
Committed revision 8785.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•