Closed
Bug 1904339
Opened 11 months ago
Closed 11 months ago
Watch expression input is missing focus indicator
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
When focused, the input doesn't have a focus indicator, it should have one
Assignee | ||
Comment 1•11 months ago
|
||
The component used to set a focused
class on the input container, which we
don't rely on anymore for styling the input.
This means we can remove the focused
state property that was handling the
focused state.
Updated•11 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0fccda4fb31f
[devtools] Add focus indicator on Watch expression input. r=devtools-reviewers,ochameau.
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•