From 9e724f38c9d22ceda1bef860b72356c3933dac58 Mon Sep 17 00:00:00 2001 From: Simone Ramundi Date: Thu, 29 Feb 2024 18:26:33 +0100 Subject: [PATCH] [DURACOM-237] - Refactoring scss based on @angular/cdk/drag-drop --- .../shared/form/chips/chips.component.scss | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/app/shared/form/chips/chips.component.scss b/src/app/shared/form/chips/chips.component.scss index 9e7ce20fc2..56e536a936 100644 --- a/src/app/shared/form/chips/chips.component.scss +++ b/src/app/shared/form/chips/chips.component.scss @@ -1,7 +1,12 @@ -.example-custom-placeholder { - background: #ccc; - border: none; - min-height: 30px; +//.example-custom-placeholder { + //background: #ccc; + //border: none; + //min-height: 30px; + //border: 2px solid red; +//} + +.cdk-drag-placeholder { + filter: grayscale(100%); transition: transform 250ms cubic-bezier(0, 0, 0.2, 1); } @@ -17,7 +22,7 @@ transform-origin: center; } -.example-drag-preview.nav-item { - margin-right: 2px; - margin-bottom: 1px; -} +//.example-drag-preview.nav-item { +// margin-right: 2px; +// margin-bottom: 1px; +//}