aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-03-26 20:57:25 +0530
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>2019-03-26 20:57:55 +0530
commit25841325b041fdca26ba9989e201b4e6e996fd6f (patch)
tree2080d2678e15421329ab96a81d491beabc5c3866 /cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss
parent4aee3138b446163fe45d4a92758e16068132ac41 (diff)
File manager changes
File/Folder-add/delete feature changes Issue-ID: CCSDK-1171 Change-Id: I23c548f4c097e2155cd2f99528f4d8c1a1dcc88f Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.scss9
1 files changed, 9 insertions, 0 deletions
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