From b5c4ad2a853764db7d677196ecbb47ba1368ffba Mon Sep 17 00:00:00 2001 From: Kulbhushan Kaushik Date: Mon, 9 Jan 2023 08:32:58 -0500 Subject: [PATCH] commit --- src/styles/common-error-styles.scss | 32 +++++++++---------- src/ux-components/button-main/button-main.vue | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 05575e71..5314138e 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -161,20 +161,20 @@ html { } .form-test-invalid { - &.btn.btn-primary { - color: $gray-600; - background: $gray-200; - cursor: pointer; - pointer-events: all; - font-weight: $font-weight-normal; - } - &.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; - } - } + &.btn.btn-primary { + color: $gray-600; + background: $gray-200; + cursor: pointer; + pointer-events: all; + font-weight: $font-weight-normal; + } + &.btn.btn-primary:hover, + &.btn.btn-primary:focus { + background: $gray-200; + box-shadow: none; + } + &.btn.btn-primary:focus-visible { + box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $gray-700; + } +} } diff --git a/src/ux-components/button-main/button-main.vue b/src/ux-components/button-main/button-main.vue index d4804e62..5f1fb535 100644 --- a/src/ux-components/button-main/button-main.vue +++ b/src/ux-components/button-main/button-main.vue @@ -1,7 +1,7 @@