Actions
Defect #42690
openPNG icon is displayed instead of SVG for close button of dialogue popups
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Resolution:
Affected version:
Description
Appears under CSS class ".ui-dialog-titlebar-close .ui-icon-closethick"
Example, clicking on description icon of a tracker.

Files
Related issues
Updated by Takashi Kato 10 months 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
Updated by Go MAEDA 9 months ago
- Related to Patch #42521: Reimplement modal dialog with Stimulus added
Actions