From 07e60f73dff85e79256dd7d24cda17d5defefc8a Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Thu, 12 May 2022 08:39:23 -0400 Subject: [PATCH 1/4] ui defect --- src/layouts/estimate/estimate.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index fe62d7647..b7bfc8eb8 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -17,6 +17,7 @@ cmsWidgetName="AlertVinLookupQuestion" /> \ No newline at end of file From 453cbe4c86b92afdb9bedf0da65ff6104b28c734 Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Thu, 12 May 2022 09:35:33 -0400 Subject: [PATCH 2/4] ui defect - shifting buttons --- src/styles/common-error-styles.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 7ebc9fb28..369c39a0e 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -3,7 +3,6 @@ html { &.list-button, &.list-card, &.list-card.list-button { - border: 1px solid $red; color: $red; input[type=checkbox]:focus + label, input[type=radio]:focus + label { @@ -17,7 +16,7 @@ html { border-radius: 10px; } label { - border: 1px solid transparent; + border: 1px solid $red; } label:hover { box-shadow: 0px 0px 0px 4px $red-200; From 5550f1fa14a2878751186872de8af88722879f1a Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Thu, 12 May 2022 09:42:24 -0400 Subject: [PATCH 3/4] ui defect --- src/styles/common-error-styles.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 7ebc9fb28..369c39a0e 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -3,7 +3,6 @@ html { &.list-button, &.list-card, &.list-card.list-button { - border: 1px solid $red; color: $red; input[type=checkbox]:focus + label, input[type=radio]:focus + label { @@ -17,7 +16,7 @@ html { border-radius: 10px; } label { - border: 1px solid transparent; + border: 1px solid $red; } label:hover { box-shadow: 0px 0px 0px 4px $red-200; From 7e099727643672a7a6253239e3e3c501d062a913 Mon Sep 17 00:00:00 2001 From: Donielle Austin Date: Thu, 12 May 2022 09:51:03 -0400 Subject: [PATCH 4/4] ui defect --- src/layouts/estimate/estimate.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index b7bfc8eb8..fe62d7647 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -17,7 +17,6 @@ cmsWidgetName="AlertVinLookupQuestion" /> \ No newline at end of file