From e409b738ed46becc9d04120c7a4227e7f52b3072 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Mon, 10 Aug 2020 19:00:34 +0530 Subject: Add secondary variant to cancel button -Update cancel button in table toolbar to match updates in style guide. Signed-off-by: Suren Neware Change-Id: I43554a405259931c5e9187968464d286bfe811c7 --- src/components/Global/TableToolbar.vue | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src') diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue index 70389e8f..97d8f641 100644 --- a/src/components/Global/TableToolbar.vue +++ b/src/components/Global/TableToolbar.vue @@ -18,7 +18,7 @@ @@ -90,20 +90,6 @@ $toolbar-height: 46px; 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; -- cgit v1.2.3