From 371f5e782b24c5a6cf70debb038d71b7c760a749 Mon Sep 17 00:00:00 2001 From: Andrej Date: Fri, 19 Aug 2022 15:59:46 +0200 Subject: [PATCH] Remove strikethrough for step name and checklist items [SCI-7116] --- app/assets/stylesheets/steps/components/checklist.scss | 4 ---- app/assets/stylesheets/steps/step.scss | 8 -------- app/javascript/vue/protocol/step.vue | 2 +- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/app/assets/stylesheets/steps/components/checklist.scss b/app/assets/stylesheets/steps/components/checklist.scss index 94a86deaf..281b3d521 100644 --- a/app/assets/stylesheets/steps/components/checklist.scss +++ b/app/assets/stylesheets/steps/components/checklist.scss @@ -28,10 +28,6 @@ width: 100%; } - &.done .step-checklist-text { - text-decoration: line-through; - } - &:hover.done .step-checklist-text { text-decoration: none; } diff --git a/app/assets/stylesheets/steps/step.scss b/app/assets/stylesheets/steps/step.scss index be81d12a2..3a67cb558 100644 --- a/app/assets/stylesheets/steps/step.scss +++ b/app/assets/stylesheets/steps/step.scss @@ -52,14 +52,6 @@ } } - .strikethrough { - text-decoration: line-through; - - &:hover { - text-decoration: initial; - } - } - .step-position { @include font-main; flex-shrink: 0; diff --git a/app/javascript/vue/protocol/step.vue b/app/javascript/vue/protocol/step.vue index c130a4fef..68c4b0d1d 100644 --- a/app/javascript/vue/protocol/step.vue +++ b/app/javascript/vue/protocol/step.vue @@ -36,7 +36,7 @@ {{ step.attributes.position + 1 }}. -
+