Actions
Defect #42690
openPNG icon is displayed instead of SVG for close button of dialogue popups
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Appears under CSS class ".ui-dialog-titlebar-close .ui-icon-closethick"
Example, clicking on description icon of a tracker.
Files
Updated by Takashi Kato 1 day ago
Currently, Redmine's dialogs are part of the jQuery UI library, and their icons are not Redmine's own but rather jQuery UI's default icons.
I have submitted patch #42521 , which reimplements these dialogs using StimulusJS. Applying this patch will also transition the dialog icon format from PNG to SVG
Actions