summaryrefslogtreecommitdiff
path: root/src/components/Global
diff options
context:
space:
mode:
authorSurenNeware <sneware9@in.ibm.com>2020-08-10 16:30:34 +0300
committerDerick Montague <derick.montague@ibm.com>2020-08-12 00:33:02 +0300
commite409b738ed46becc9d04120c7a4227e7f52b3072 (patch)
tree1132e845802adf188531fd1d3c124c28445a1d18 /src/components/Global
parent7b45513577f04a14abc6434b1cebc041f8a4e9db (diff)
downloadwebui-vue-e409b738ed46becc9d04120c7a4227e7f52b3072.tar.xz
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
Diffstat (limited to 'src/components/Global')
-rw-r--r--src/components/Global/TableToolbar.vue16
1 files changed, 1 insertions, 15 deletions
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 @@
</b-button>
<slot name="export"></slot>
<b-button
- variant="primary"
+ variant="secondary"
class="d-block"
@click="$emit('clearSelected')"
>
@@ -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;