summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;