From 018a02ca2ed32f6dbf8934b67f0e4970d5f044f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 30 Jun 2022 17:16:58 +0200 Subject: [PATCH] hide "delete user" link (#66839) --- stylesheets/application.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index a4dbc33..10373ce 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -480,6 +480,11 @@ div.journal ul.details { display: none; } +/* hide "delete user" link */ +.controller-users .contextual .icon-del { + display: none; +} + /* syntax highlighting */ .syntaxhl {