hide issue deletion link

This commit is contained in:
Frédéric Péters 2017-06-14 17:13:17 +02:00
parent 0603848177
commit e5958c1d1d
1 changed files with 4 additions and 0 deletions

View File

@ -325,3 +325,7 @@ ul#deployed li.ok::before {
ul#deployed li.nok::before {
content: "✘ ";
}
body.controller-issues.action-show div#content > div.contextual > a.icon-del {
display: none;
}