From fcd6a8020ce0bee3c610e55a6d249ba70922d792 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 18 Dec 2020 09:02:34 +0900 Subject: [PATCH] Update all buttons in annotation screen from outlined to icon --- .../containers/annotation/ApproveButton.vue | 2 +- .../annotation/ClearAnnotationsButton.vue | 47 +++++++++++++------ .../containers/annotation/FilterButton.vue | 2 +- .../containers/annotation/GuidelineButton.vue | 2 +- 4 files changed, 35 insertions(+), 18 deletions(-) diff --git a/frontend/components/containers/annotation/ApproveButton.vue b/frontend/components/containers/annotation/ApproveButton.vue index de02ac7d..2c67616f 100644 --- a/frontend/components/containers/annotation/ApproveButton.vue +++ b/frontend/components/containers/annotation/ApproveButton.vue @@ -6,7 +6,7 @@ :disabled="disabled" class="text-capitalize ps-1 pe-1" min-width="36" - outlined + icon v-on="on" @shortkey="approveNextPage" @click="approveDocument" diff --git a/frontend/components/containers/annotation/ClearAnnotationsButton.vue b/frontend/components/containers/annotation/ClearAnnotationsButton.vue index 7dabb43d..e8792a12 100644 --- a/frontend/components/containers/annotation/ClearAnnotationsButton.vue +++ b/frontend/components/containers/annotation/ClearAnnotationsButton.vue @@ -1,22 +1,43 @@