From 25841325b041fdca26ba9989e201b4e6e996fd6f Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Tue, 26 Mar 2019 20:57:25 +0530 Subject: File manager changes File/Folder-add/delete feature changes Issue-ID: CCSDK-1171 Change-Id: I23c548f4c097e2155cd2f99528f4d8c1a1dcc88f Signed-off-by: Arundathi Patil --- .../blueprint/modify-template/editor/editor.component.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss index ad2e03833..fac43eb43 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss @@ -63,4 +63,13 @@ limitations under the License. .background-highlight { background-color: #3f51b5 !important; color: white !important; + } + + .fa-disabled { + opacity: 0.6; + pointer-events: none; + } + + .mat-tree-node { + min-height: 40px !important; } \ No newline at end of file -- cgit 1.2.3-korg