Open
Bug 1264356
Opened 9 years ago
Updated 3 years ago
Fix text color of the individuals-button in selected row
Categories
(DevTools :: Memory, defect, P2)
DevTools
Memory
Tracking
(firefox48 affected, firefox49 affected)
NEW
People
(Reporter: magicp.jp, Unassigned)
Details
Attachments
(1 file)
|
17.96 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160413030239
Steps to reproduce:
1. Start latest Nightly
2. Go to any sites (e.g. about:home)
3. Open DevTools > Memory
4. Switch view to "Aggregate"
5. Take snapshot
6. Select any row
7. Confirm text color of the individuals-button
Actual results:
text color of the individuals-button does not change to "--theme-selection-color"
Expected results:
.heap-tree-item.focused .heap-tree-item-individuals > button {
color: var(--theme-selection-color);
}
Has STR: --- → yes
status-firefox48:
--- → affected
Component: Untriaged → Developer Tools: Memory
OS: Unspecified → All
Hardware: Unspecified → All
status-firefox49:
--- → affected
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•