Add secondary variant to cancel button

-Update cancel button in table toolbar to match updates in style guide.

Signed-off-by: Suren Neware <sneware9@in.ibm.com>
Change-Id: I43554a405259931c5e9187968464d286bfe811c7
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue
index 70389e8..97d8f64 100644
--- a/src/components/Global/TableToolbar.vue
+++ b/src/components/Global/TableToolbar.vue
@@ -18,7 +18,7 @@
           </b-button>
           <slot name="export"></slot>
           <b-button
-            variant="primary"
+            variant="secondary"
             class="d-block"
             @click="$emit('clearSelected')"
           >
@@ -90,20 +90,6 @@
   justify-content: space-between;
 }
 
-.toolbar-actions {
-  > :last-child {
-    position: relative;
-    &::before {
-      content: '';
-      position: absolute;
-      height: $toolbar-height / 2;
-      border-left: 2px solid $white;
-      left: -2px;
-      top: $toolbar-height / 4;
-    }
-  }
-}
-
 .toolbar-selected {
   line-height: $toolbar-height;
   margin: 0;