hide "delete user" link (#66839)

This commit is contained in:
Frédéric Péters 2022-06-30 17:16:58 +02:00
parent 3e2401c315
commit 018a02ca2e
1 changed files with 5 additions and 0 deletions

View File

@ -480,6 +480,11 @@ div.journal ul.details {
display: none;
}
/* hide "delete user" link */
.controller-users .contextual .icon-del {
display: none;
}
/* syntax highlighting */
.syntaxhl {