Closed
Bug 1625681
Opened 5 years ago
Closed 5 years ago
Stop importing textbox.css in synced tabs sidebar
Categories
(Toolkit :: Themes, task)
Toolkit
Themes
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
Details
Attachments
(1 file)
The synced tabs sidebar tries to imitate the styling of the <search-textbox> XUL custom element. It does so by trying to use an HTML version of the same DOM structure, while also providing its own HTML version of the styling and it also imports textbox.css, for which it only uses the textbox-input
class.
I'd like textbox.css to only be used for the search-textbox custom element.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/2e283f5fa092
Clean up synced tabs sidebar searchbox styling. r=dao
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•