Closed
Bug 1631626
Opened 5 years ago
Closed 5 years ago
Reduce dependency on toolkit/themes/osx/global/shared.inc
Categories
(Toolkit :: Themes, task)
Toolkit
Themes
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: ntim, Assigned: ntim)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
Only the following files import shared.inc:
stylesheets that use most imports:
- toolkit/themes/osx/global/findBar.css
- toolkit/themes/osx/global/global.css
stylesheets that use only text-shadow: @loweredShadow@;:
- browser/themes/osx/browser.css
- browser/themes/osx/pageInfo.css
- toolkit/themes/osx/mozapps/update/updates.css
doesn't use any imports:
- toolkit/themes/osx/global/in-content/common.css
text-shadow: @loweredShadow@; has a negligible effect (tiny white text-shadow applied on top of a light background) and can be removed IMO.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → ntim.bugs
Status: NEW → ASSIGNED
| Assignee | ||
Updated•5 years ago
|
Summary: Remove unnecessary imports of toolkit/themes/osx/global/shared.inc → Reduce dependency on toolkit/themes/osx/global/shared.inc
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/b87c616243ab
Reduce dependency on toolkit/themes/osx/global/shared.inc. r=dao
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•