Actions
Patch #24578
closedRemove unused CSS class ".icon-details"
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Related to #23031#note-1.
Index: public/stylesheets/application.css
===================================================================
--- public/stylesheets/application.css (revision 16055)
+++ public/stylesheets/application.css (working copy)
@@ -1230,7 +1230,6 @@
.icon-lock, .icon-locked { background-image: url(../images/locked.png); }
.icon-unlock { background-image: url(../images/unlock.png); }
.icon-checked { background-image: url(../images/toggle_check.png); }
-.icon-details { background-image: url(../images/zoom_in.png); }
.icon-report { background-image: url(../images/report.png); }
.icon-comment, .icon-comments { background-image: url(../images/comment.png); }
.icon-summary { background-image: url(../images/lightning.png); }
Related issues
Updated by Go MAEDA almost 8 years ago
- Related to Defect #23031: CSS Wrong icon for details added
Updated by Jean-Philippe Lang almost 8 years ago
- Category changed from UI to Code cleanup/refactoring
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
Actions