mirror of
https://github.com/redmine/redmine.git
synced 2026-03-09 14:10:47 +01: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:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user