[SDC] OnBoard with enabled tests and features

Change-Id: I4c1bbf6e1c854cf97a3561c736f83da44b58b7c0
Signed-off-by: az2497 <avi.ziv@amdocs.com>

[SDC] OnBoard with enabled tests and features.

Change-Id: Icd52f039aee4dd393a1404d530bb9fdd0b20e604
Signed-off-by: az2497 <avi.ziv@amdocs.com>
diff --git a/openecomp-ui/resources/scss/components/_versionController.scss b/openecomp-ui/resources/scss/components/_versionController.scss
index b454d34..5761098 100644
--- a/openecomp-ui/resources/scss/components/_versionController.scss
+++ b/openecomp-ui/resources/scss/components/_versionController.scss
@@ -59,56 +59,33 @@
           margin-right: 20px;
           padding-bottom: 5px;
 
-          .versionControllerLockClosed {
+
+          .svg-icon {
             fill: $dark-gray;
-            width: 21px;
-            height: 23px;
-            margin-top: -3px;
-            &.disabled {
-              fill: $light-gray;
-            }
             &:hover {
               fill: $black;
             }
-          }
-          .versionControllerLockOpen {
-            fill: $dark-gray;
-            width: 24px;
-            height: 28px;
-            margin-top: -6px;
-            &:hover {
-              fill: $black;
+            &.__versionControllerLockClosed {
+              margin-top: -3px;
+            }
+            &.__versionControllerLockOpen {
+              margin-top: -6px;
+            }
+            &.__versionControllerSubmit {
+              fill: $blue;
+              &:hover {
+                fill: $dark-blue;
+              }
+              &.disabled {
+                fill: $dark-gray;
+              }
             }
           }
-          .versionControllerSubmit {
-            fill: $blue;
-            &.disabled {
-              fill: $light-gray;
-            }
-            &:hover {
-              fill: $dark-blue;
-            }
           }
 
-          .versionControllerRevert {
-            fill: $dark-gray;
-            &.disabled {
-              fill: $light-gray;
-            }
-            &:hover {
-              fill: $black;
-            }
-          }
-          .versionControllerSave {
-            fill: $dark-gray;
-            &.disabled {
-              fill: $light-gray;
-            }
-            &:hover {
-              fill: $black;
-            }
-          }
-        }
+
+
+
       }
       .vc-nav-item-close {
         display: flex;