Closed
Bug 1494894
Opened 7 years ago
Closed 7 years ago
Review CSS of sidebar
Categories
(DevTools :: about:debugging, enhancement, P1)
DevTools
about:debugging
Tracking
(firefox65 fixed)
RESOLVED
FIXED
Firefox 65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: ladybenko, Assigned: jdescottes)
References
Details
Attachments
(8 files, 1 obsolete file)
|
19.30 KB,
image/png
|
Details | |
|
13.21 KB,
image/png
|
Details | |
|
46 bytes,
text/x-phabricator-request
|
Details | Review | |
|
46 bytes,
text/x-phabricator-request
|
Details | Review | |
|
46 bytes,
text/x-phabricator-request
|
Details | Review | |
|
46 bytes,
text/x-phabricator-request
|
Details | Review | |
|
99.67 KB,
image/png
|
Details | |
|
90.47 KB,
image/png
|
Details |
- Polish CSS of the Sidebar
- Make sure that the styles conform to spec (like about:preferences)
| Assignee | ||
Comment 1•7 years ago
|
||
Currently, non-selectable sidebar items have opacity: 0.5 set on the whole container. Consequently the connect button looks disabled.
I don't think it's worth filing a dedicated bug for it, so I am just commenting here.
| Assignee | ||
Comment 2•7 years ago
|
||
first button is the current design, second button is without applying opacity: 0.5 on the button.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Priority: P2 → P1
| Assignee | ||
Comment 3•7 years ago
|
||
network location devices have a smaller height and the icon is smaller so it looks off.
| Assignee | ||
Comment 4•7 years ago
|
||
Not related to Sidebar CSS fixes but I don't think it is worth its own
bug.
| Assignee | ||
Comment 5•7 years ago
|
||
Depends on D9652
This allows the Connect button to no longer look disabled. However we could maybe mutualize
colors a bit more, either with a --color-disabled variable or with a class.
| Assignee | ||
Comment 6•7 years ago
|
||
Depends on D9653
| Assignee | ||
Comment 7•7 years ago
|
||
Depends on D9654
This padding is already set on SidebarItem so I think we can skip it here?
| Assignee | ||
Comment 8•7 years ago
|
||
Depends on D9655
| Assignee | ||
Comment 9•7 years ago
|
||
| Assignee | ||
Comment 10•7 years ago
|
||
Updated•7 years ago
|
Attachment #9019664 -
Attachment is obsolete: true
Comment 11•7 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2812a46d115d
sidebar CSS: use color instead of opacity for unselectable items;r=ladybenko
https://hg.mozilla.org/integration/autoland/rev/385fec55c19a
sidebar CSS: use constant sidebar item height;r=ladybenko
https://hg.mozilla.org/integration/autoland/rev/b695f0e14d61
sidebar CSS: remove duplicated padding on FixedSidebarItem;r=ladybenko
https://hg.mozilla.org/integration/autoland/rev/37b458c3e91e
sidebar CSS: keep USB and network runtime icons aligned;r=ladybenko
Comment 12•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2812a46d115d
https://hg.mozilla.org/mozilla-central/rev/385fec55c19a
https://hg.mozilla.org/mozilla-central/rev/b695f0e14d61
https://hg.mozilla.org/mozilla-central/rev/37b458c3e91e
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•