From 17c7ae1904c12a606612224f1320319681619172 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 1 Sep 2022 13:49:51 +0200 Subject: [PATCH] fix(a11y): input issue --- app/assets/stylesheets/procedure_champs_editor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/procedure_champs_editor.scss b/app/assets/stylesheets/procedure_champs_editor.scss index e6ed9e8d1..8c26e2c40 100644 --- a/app/assets/stylesheets/procedure_champs_editor.scss +++ b/app/assets/stylesheets/procedure_champs_editor.scss @@ -102,6 +102,10 @@ &.section { padding: $default-spacer $default-spacer 0; margin-bottom: 8px; + + input { + background-color: $white; + } } &.hr {