From 23a9a23f77f94ce2af639f51082f27189ac138d5 Mon Sep 17 00:00:00 2001 From: lvuch Date: Thu, 18 Jul 2019 12:42:15 -0700 Subject: [PATCH] 18592 --- app/styles/components/_button.scss | 3 ++- .../addon/components/form-auth-cloud-credential/template.hbs | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/styles/components/_button.scss b/app/styles/components/_button.scss index 075ea862c..dee8c1787 100755 --- a/app/styles/components/_button.scss +++ b/app/styles/components/_button.scss @@ -143,7 +143,8 @@ fieldset[disabled] .btn { cursor: not-allowed; &:hover { - background: $bg-disabled; + background-color: $bg-disabled!important; + color: darken($bg-disabled, 30)!important; } } diff --git a/lib/shared/addon/components/form-auth-cloud-credential/template.hbs b/lib/shared/addon/components/form-auth-cloud-credential/template.hbs index 367719e0c..3c0f7c9be 100644 --- a/lib/shared/addon/components/form-auth-cloud-credential/template.hbs +++ b/lib/shared/addon/components/form-auth-cloud-credential/template.hbs @@ -1,5 +1,5 @@
-
+
@@ -34,7 +34,7 @@