Closed
Bug 1389599
Opened 8 years ago
Closed 8 years ago
line-height declaration in toolkit/themes/shared/about.css doesn't work
Categories
(Toolkit :: Themes, enhancement, P1)
Toolkit
Themes
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: dao, Assigned: poojaarora014, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [reserve-photon-visual][p4][good first bug][lang=css])
Attachments
(1 file, 1 obsolete file)
|
348 bytes,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
from bug 1367326 comment 34:
> Just checked this myself on about:buildconfig. The changes are working as
> expected except for the line-height which the stylesheet needs to set after
> font rather than before it. I'll file a new bug on this.
Here's the stylesheet:
http://searchfox.org/mozilla-central/rev/4b79f3b23aebb4080ea85e94351fd4046116a957/toolkit/themes/shared/about.css#7,9
We just need to move line-height after font: message-box.
Updated•8 years ago
|
Flags: qe-verify?
| Assignee | ||
Comment 1•8 years ago
|
||
Hi, could I work on this bug?
| Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Pooja Arora from comment #1)
> Hi, could I work on this bug?
Sure!
Assignee: nobody → poojaarora014
Status: NEW → ASSIGNED
Updated•8 years ago
|
Priority: P3 → P1
| Assignee | ||
Comment 3•8 years ago
|
||
| Reporter | ||
Comment 4•8 years ago
|
||
Comment on attachment 8897313 [details] [diff] [review]
Output of hg diff attached for the bug fix. checkin-needed
I don't understand this patch. Is your copy of mozilla-central up to date?
| Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #4)
> Comment on attachment 8897313 [details] [diff] [review]
> Output of hg diff attached for the bug fix. checkin-needed
>
> I don't understand this patch. Is your copy of mozilla-central up to date?
Yes it is, I executed hg clone https://hg.mozilla.org/mozilla-central/ for getting the latest code, and build on top of this.
Can you please tell me if something I need to rectify.
Flags: needinfo?(dao+bmo)
| Reporter | ||
Comment 6•8 years ago
|
||
Well, I just don't understand the changes in your patch. What do they have to do with this bug?
Flags: needinfo?(dao+bmo) → needinfo?(poojaarora014)
| Assignee | ||
Comment 7•8 years ago
|
||
placed line-height after font: message-box
Flags: needinfo?(poojaarora014)
| Reporter | ||
Comment 8•8 years ago
|
||
Have you looked at the patch yourself? What are the changes to the body and h1 rules about?
| Assignee | ||
Comment 9•8 years ago
|
||
Attachment #8897313 -
Attachment is obsolete: true
| Reporter | ||
Comment 10•8 years ago
|
||
Comment on attachment 8897406 [details] [diff] [review]
with latest code-Output of hg diff attached for the bug fix. checkin-needed
Looks good, thanks!
Attachment #8897406 -
Flags: review+
Comment 11•8 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/27a90d6952ec
Fix broken line-height declaration. r=dao
Comment 12•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•8 years ago
|
Iteration: --- → 57.2 - Aug 29
| Reporter | ||
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•