From 1f9e7b5a1f6fd84fc7844f9967f1fdc52ff07572 Mon Sep 17 00:00:00 2001 From: bnitsch Date: Fri, 28 Jun 2024 09:53:24 +0200 Subject: [PATCH] #470: Change study status colors. * Color changes to better differentiate between each state. * Add bottom border to header, to clearly see in which state the study is. * Border style dashed for preview mode and solid line for non preview states. --- .../dialog/ChangeStudyStatusDialog.vue | 2 +- src/components/shared/Header.vue | 26 ++++++++++++++++++- src/components/study/StudyStatusPill.vue | 24 +++++++++++++---- 3 files changed, 45 insertions(+), 7 deletions(-) diff --git a/src/components/dialog/ChangeStudyStatusDialog.vue b/src/components/dialog/ChangeStudyStatusDialog.vue index 752dff32..d35f0cbe 100644 --- a/src/components/dialog/ChangeStudyStatusDialog.vue +++ b/src/components/dialog/ChangeStudyStatusDialog.vue @@ -97,7 +97,7 @@ Licensed under the Elastic License 2.0. */