From 8103f4c92ce00fa5d21136d699ee89d991e3e822 Mon Sep 17 00:00:00 2001 From: "xavier.guiboud-ribaud@combodo.com" Date: Tue, 26 Nov 2024 13:54:19 +0100 Subject: [PATCH] 7746 - Caselog edition button active even if the user has a read-only access to the object Remove unwanted modifications pushed on the wrong branch --- .../portal/public/css/portal.scss | 3 +-- .../datamodel.itop-structure.xml | 18 ------------------ 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss b/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss index b1e350bc3..f48222510 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss +++ b/datamodels/2.x/itop-portal-base/portal/public/css/portal.scss @@ -1150,12 +1150,11 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{ } } .form_field .form_mandatory .control-label:after{ - content: "\1F6C8"; + content: "\002a"; position: relative; left: 3px; color: $brand-primary; font-size: 0.9em; - font-weight: 200; }; /* Note: We don't put the .form_field selector as it must work for read-only */ .form-control-static img{ diff --git a/datamodels/2.x/itop-structure/datamodel.itop-structure.xml b/datamodels/2.x/itop-structure/datamodel.itop-structure.xml index 0707d1ac8..a4c80889c 100644 --- a/datamodels/2.x/itop-structure/datamodel.itop-structure.xml +++ b/datamodels/2.x/itop-structure/datamodel.itop-structure.xml @@ -2043,22 +2043,4 @@ - - - module - itop-structure - -1 - - .ibo-has-description::after, .ibo-input-with-label--label.ibo-has-description::after{content:"\1F6C8"; font-weight: 200;} '; - } - } - ]]> - - -