Project

General

Profile

Actions

Defect #23031

closed

CSS Wrong icon for details

Added by César DJ Caësar 9114 almost 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

Hello,
I'm currently developing a plugin for Redmine, and I saw that there may be a mistake regarding a class:

.icon-details  { background-image: url(../images/zoom-in.png); }

I would have written:

.icon-details  { background-image: url(../images/magnifier.png); }

Because "zoom-in" already exists here:

.icon-zoom-in { background-image: url(../images/zoom_in.png); }

And "magnifier" doesn't exist anywhere.


Related issues

Related to Redmine - Patch #24578: Remove unused CSS class ".icon-details"ClosedJean-Philippe Lang

Actions
Actions

Also available in: Atom PDF