From a65881a3de824a79ecbce4ef5a6d1ab9949a5542 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Mon, 12 Sep 2022 14:27:05 -0400 Subject: [PATCH 1/6] CSR-818: add focus style for greyed out button --- src/styles/common-error-styles.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 25a651d52..a3c4a6ef8 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -138,11 +138,13 @@ html { pointer-events: all; font-weight: $font-weight-normal; } - &.btn.btn-primary:hover, - &.btn.btn-primary:focus, - &.btn.btn-primary:focus-visible { + &.btn.btn-primary:hover { background: $gray-200; box-shadow: none; } + &.btn.btn-primary:focus, + &.btn.btn-primary:focus-visible { + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $blue-700; + } } } From 9c275b6cb7c81e5df1f4ecb3edb1ae8c2809f036 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Mon, 12 Sep 2022 14:56:42 -0400 Subject: [PATCH 2/6] Before adding text-block to Estimate page --- src/layouts/address-lookup/address-lookup.vue | 2 +- .../customer-questions/customer-questions.vue | 14 ++++++++++++-- .../license-plate-lookup/license-plate-lookup.vue | 12 +++++++++++- src/layouts/vin-lookup/vin-lookup.vue | 10 ++++++++++ 4 files changed, 34 insertions(+), 4 deletions(-) diff --git a/src/layouts/address-lookup/address-lookup.vue b/src/layouts/address-lookup/address-lookup.vue index ed1ffd3db..a68012e17 100644 --- a/src/layouts/address-lookup/address-lookup.vue +++ b/src/layouts/address-lookup/address-lookup.vue @@ -6,7 +6,7 @@
- +
-
+
-
+
+
+
+ +
+
\ No newline at end of file diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index 1b163ef30..b5e4265bc 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -46,6 +46,14 @@ /> +
+
+ +
+
+
+
+ +
+
Date: Tue, 13 Sep 2022 09:25:51 -0400 Subject: [PATCH 3/6] fixed remaining merge conflict --- .../text-block/text-block.vue.orig | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/common-components/text-block/text-block.vue.orig diff --git a/src/common-components/text-block/text-block.vue.orig b/src/common-components/text-block/text-block.vue.orig new file mode 100644 index 000000000..33d81d43c --- /dev/null +++ b/src/common-components/text-block/text-block.vue.orig @@ -0,0 +1,41 @@ + + + + + +======= + +>>>>>>> d1bf013... fixed remaining merge conflict From c0da21419e0f18d03051b5eaa893fa41451fde8c Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 13 Sep 2022 08:56:36 -0400 Subject: [PATCH 4/6] Added quote email message to estimate page and changed top / bottom margins to more accurately reflect Figma --- src/common-components/text-block/text-block.vue | 2 +- .../customer-questions/customer-questions.vue | 2 +- src/layouts/estimate/estimate.vue | 16 +++++++++++++++- .../license-plate-lookup.vue | 4 ++-- src/layouts/vin-lookup/vin-lookup.vue | 4 ++-- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/common-components/text-block/text-block.vue b/src/common-components/text-block/text-block.vue index 26f57d665..f8d14cd44 100644 --- a/src/common-components/text-block/text-block.vue +++ b/src/common-components/text-block/text-block.vue @@ -1,5 +1,5 @@ diff --git a/src/layouts/license-plate-lookup/license-plate-lookup.vue b/src/layouts/license-plate-lookup/license-plate-lookup.vue index b5e4265bc..90a447258 100644 --- a/src/layouts/license-plate-lookup/license-plate-lookup.vue +++ b/src/layouts/license-plate-lookup/license-plate-lookup.vue @@ -36,7 +36,7 @@ /> -
+
-
+
-
+
-
+
Date: Tue, 13 Sep 2022 15:02:19 -0400 Subject: [PATCH 5/6] Revert "CSR-818: add focus style for greyed out button" --- src/styles/common-error-styles.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index a3c4a6ef8..25a651d52 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -138,13 +138,11 @@ html { pointer-events: all; font-weight: $font-weight-normal; } - &.btn.btn-primary:hover { + &.btn.btn-primary:hover, + &.btn.btn-primary:focus, + &.btn.btn-primary:focus-visible { background: $gray-200; box-shadow: none; } - &.btn.btn-primary:focus, - &.btn.btn-primary:focus-visible { - box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $blue-700; - } } } From 4ccfa5e3f0d547fa6b57e12b37f72e90ca69eec0 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 13 Sep 2022 15:05:00 -0400 Subject: [PATCH 6/6] Remove text-block.orig file --- .../text-block/text-block.vue.orig | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/common-components/text-block/text-block.vue.orig diff --git a/src/common-components/text-block/text-block.vue.orig b/src/common-components/text-block/text-block.vue.orig deleted file mode 100644 index 33d81d43c..000000000 --- a/src/common-components/text-block/text-block.vue.orig +++ /dev/null @@ -1,41 +0,0 @@ - - - - - -======= - ->>>>>>> d1bf013... fixed remaining merge conflict