Open
Bug 1654506
Opened 4 years ago
Updated 4 years ago
Fix/replace Searchbox components after <input type="search">'s new layout
Categories
(DevTools :: Shared Components, task)
DevTools
Shared Components
Tracking
(Not tracked)
NEW
People
(Reporter: ntim, Unassigned)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
77.47 KB,
image/png
|
Details |
devtools/client/inspector/rules/components/SearchBox.js
devtools/client/jsonview/components/SearchBox.js
devtools/client/shared/components/SearchBox.js
After bug 1654288, there will be 2 clear icons on each DevTools searchbox.
This can be tested by enabling layout.forms.input-type-search.enabled
once bug 558594 lands.
The custom React one could be removed, and the default one can be re-styled with ::-moz-search-clear-button
which is exposed in chrome code.
You need to log in
before you can comment on or make changes to this bug.
Description
•