Closed
Bug 711059
Opened 14 years ago
Closed 9 years ago
Clean up Style Editor CSS Files
Categories
(DevTools :: Style Editor, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: paul, Unassigned)
Details
Attachments
(1 file)
2.66 KB,
patch
|
Details | Diff | Splinter Review |
Some selectors are too long.
Sometimes, we use a tagname, sometimes a class (we should always use the class, and don't assume the tag won't ever change).
Descendent selector should be avoided.
Comments are missing too.
See: https://wiki.mozilla.org/DevTools/CSSTips
Comment 1•13 years ago
|
||
Fwiw this patch should be applied during this clean up.
![]() |
||
Comment 2•13 years ago
|
||
There is also unused CSS, e.g. http://mxr.mozilla.org/mozilla-central/search?string=searchInput&find=&findi=&filter=^[^\0]*%24&hitlimit=&tree=mozilla-central finds the term 'searchInput' only in CSS files.
Comment 3•9 years ago
|
||
No use keeping this old css cleanup bug around. Let's file new ones when we find new things to be cleaned up.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•