Network: When toolbar is wrapped onto two rows, the second row should have a white background
Categories
(DevTools :: Netmonitor, enhancement, P3)
Tracking
(firefox71 fixed)
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: victoria, Assigned: soniasingla)
Details
(Keywords: good-first-bug)
Attachments
(2 files)
When DevTools is narrow, I noticed that Network's bottom toolbar (with the filter icons) has a light gray background. We should change that to a white background so that the filter button colors are more visible, and to provide more distinction between the toolbars and the rest of the UI.
Comment 1•6 years ago
|
||
Structure seems to be:
<span id="netmonitor-toolbar-container">
<span class="devtools-toolbar devtools-input-toolbar">…</span>
<span class="devtools-toolbar">…</span>
</span>
Using the devtools-input-toolbar
on the second row seems to work well. That class has a couple extra styles on top of the background-color, but it doesn't seem to conflict.
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Victoria, I would like to work on this :)
Thanks
Sonia
Comment 3•6 years ago
|
||
Great, thanks for the help.
Honza
Assignee | ||
Comment 4•5 years ago
|
||
When toolbar is wrapped onto two rows, the second row to have white background, class devtools-input-toolbar
is being added up
onto devtools-toolbar devtools-input-toolbar
Updated•5 years ago
|
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/62f60c3fd995
Change background colour. r=Honza
Comment 6•5 years ago
|
||
bugherder |
Description
•