From 9db86a9f20c4e24dda8ef08b8b8705d043b7bd53 Mon Sep 17 00:00:00 2001
From: bmauger
Date: Tue, 19 Apr 2022 15:38:02 -0400
Subject: [PATCH 1/6] CSR-499 fix validation error style.
---
src/styles/common-error-styles.scss | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss
index 530f9c392..1602778d3 100644
--- a/src/styles/common-error-styles.scss
+++ b/src/styles/common-error-styles.scss
@@ -7,6 +7,9 @@
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
}
+ input[type=checkbox]:checked + label {
+ box-shadow: 0 0 0 1px $red !important;
+ }
&:hover {
box-shadow: 0px 0px 0px 4px $red-200;
border-radius: 10px !important;
From 79487043240e45d9ac4436c1ac9782ae9cbbe8c1 Mon Sep 17 00:00:00 2001
From: CarlNation
Date: Tue, 19 Apr 2022 15:54:01 -0400
Subject: [PATCH 2/6] CSR-495 defect
---
src/ux-components/alert/alert.vue | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue
index c20ec74f0..c32f22d78 100644
--- a/src/ux-components/alert/alert.vue
+++ b/src/ux-components/alert/alert.vue
@@ -10,10 +10,10 @@
{{ copy.split(':')[1].split(',')[1] }}
- {{ copy }}
+
- {{ alertCopy }}
+