1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Do not show icon-cancel backgrond icon if element contains a SVG element (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@22997 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-08-31 07:48:19 +00:00
parent 6d7c7cda6e
commit 565ed934a5

View File

@ -1689,7 +1689,7 @@ span.icon-label {
.icon-move:not(:has(svg)) { background-image: url(/move.png); }
.icon-save:not(:has(svg)) { background-image: url(/save.png); }
.icon-download:not(:has(svg)) { background-image: url(/download.png); }
.icon-cancel { background-image: url(/cancel.png); }
.icon-cancel:not(:has(svg)) { background-image: url(/cancel.png); }
.icon-multiple { background-image: url(/table_multiple.png); }
.icon-folder { background-image: url(/folder.png); }
.open .icon-folder { background-image: url(/folder_open.png); }