Open
Bug 1267433
Opened 9 years ago
Updated 2 years ago
Memory tool clear toolbar button has different position than other clear buttons
Categories
(DevTools :: Memory, defect, P2)
DevTools
Memory
Tracking
(Not tracked)
NEW
People
(Reporter: ntim, Unassigned)
Details
Attachments
(1 file)
651 bytes,
patch
|
Details | Diff | Splinter Review |
This line: https://hg.mozilla.org/mozilla-central/annotate/fc15477ce628599519cb0055f52cc195d640dc94/devtools/client/themes/memory.css#l125
is causing the issue.
It was removed in https://hg.mozilla.org/integration/fx-team/rev/cad934baac3c#l5.17
then re-added (probably due to a bad rebase) in https://hg.mozilla.org/mozilla-central/rev/4cbe058eacf8#l62.41
Reporter | ||
Comment 1•9 years ago
|
||
Nick, any chance you can take a look at this ?
Flags: needinfo?(nfitzgerald)
Comment 2•9 years ago
|
||
Attachment #8746770 -
Flags: review?(ntim.bugs)
Updated•9 years ago
|
Assignee: nobody → nfitzgerald
Status: NEW → ASSIGNED
Flags: needinfo?(nfitzgerald)
Updated•9 years ago
|
Priority: -- → P2
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8746770 [details] [diff] [review]
Fix memory tool clear button css
Review of attachment 8746770 [details] [diff] [review]:
-----------------------------------------------------------------
This line that should have been removed is the one with #clear-snapshots
Attachment #8746770 -
Flags: review?(ntim.bugs)
Reporter | ||
Comment 4•9 years ago
|
||
(In reply to Tim Nguyen :ntim from comment #3)
> Comment on attachment 8746770 [details] [diff] [review]
> Fix memory tool clear button css
>
> Review of attachment 8746770 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> This line that should have been removed is the one with #clear-snapshots
Actually -moz-box-align: center also needs to be removed. Can you update the patch to remove both? Thanks!
Comment 5•9 years ago
|
||
This is not my priority right now.
Assignee: nfitzgerald → nobody
Status: ASSIGNED → NEW
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•