Closed
Bug 1471460
Opened 8 years ago
Closed 7 years ago
Adjust the styles of the active markup display badges
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
6.31 KB,
patch
|
miker
:
review+
|
Details | Diff | Splinter Review |
Comment 1•8 years ago
|
||
I'm glad you suggested I take a look at this in Nightly — I tested out the colors I suggested before and realized they weren't very good because the selected effect wasn't strong enough. Also I had neglected dark mode.
So now, I think the changes I would make to the current selected badge style is just to tone down the white border a bit and remove the hover state for selected styles (which currently is a white on gray look).
Light mode: border: 1px solid #ffffffb3;
Dark mode: border: 1px solid #fff6;
Also, it seems to take a bit too much time for the selected styling to appear after I click the badge, which gets a bit confusing. Is there some way to make it appear instantaneous with the click?
| Assignee | ||
Updated•8 years ago
|
Blocks: dt-flexbox, 1470379
| Assignee | ||
Updated•8 years ago
|
Assignee: gl → nobody
Status: ASSIGNED → NEW
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gl
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•7 years ago
|
||
Attachment #9004106 -
Flags: review?(mratcliffe)
Attachment #9004106 -
Flags: review?(mratcliffe) → review+
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c09a146819d3
Adjust the styles of the active markup display badges. r=miker
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•