Improve hover state for the Go To Debugger button in the Events overlay
Categories
(DevTools :: Inspector, enhancement, P3)
Tracking
(firefox68 fixed)
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | fixed |
People
(Reporter: Harald, Assigned: Harald)
Details
(Whiteboard: [qa-68b-p2])
Attachments
(1 file)
All other icons have a gray-background hover state, while the Go To Debugger icon barely looks like a button.
- The whole element, that the icon is sitting in, is clickable and has a hand cursor
- It only has some slight color animation, going from dark gray to black
Options:
- (more obvious debugger link) Make the filename clickable as well, styled as a link (similar to log locations in the console)
- (quick fix) Add the dark background hover effect
While we probably want to refactor the Events panel in the coming months; this is a low hanging polish that makes it more usable meanwhile.
Comment 1•6 years ago
|
||
(we should probably do the same for the "select node in inspector" icon in the console)
| Assignee | ||
Comment 2•6 years ago
|
||
(we should probably do the same for the "select node in inspector" icon in the console)
Might be useful. It does seem more obvious as it has a hand cursor and is not within a block element that is clickable.
| Assignee | ||
Comment 3•6 years ago
|
||
The button (using a div) did not have any hover state before this patch.
While the CSS tried to control the stroke color, the SVG was not set up
for this – also fixed in this bug to correctly use the theme colors.
Updated•6 years ago
|
Comment 4•6 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:Harald, could you have a look please?
| Assignee | ||
Comment 5•6 years ago
|
||
Sorry, was out for PTO and had a merge issue the day before I stepped out. Picking this up again.
Comment 7•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
Description
•