mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Remove an HTML entity that cannot be used in a CSS string (#32829).
Patch by Alexander Sapozhnikov. git-svn-id: http://svn.redmine.org/redmine/trunk@19440 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1456,7 +1456,7 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.icon-only::after {
|
||||
content: " ";
|
||||
content: "\a0";
|
||||
}
|
||||
|
||||
.icon-add { background-image: url(../images/add.png); }
|
||||
|
||||
Reference in New Issue
Block a user