From 6e47162ed4eda484aa075e6dda1be71ad10967fb Mon Sep 17 00:00:00 2001 From: Marko Jevtic Date: Thu, 16 Mar 2017 14:39:46 +0000 Subject: [PATCH] [ECOM-7520] Fix Low Color Contrast --- lms/static/sass/elements/_controls.scss | 4 ++-- lms/static/sass/views/_verification.scss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/elements/_controls.scss b/lms/static/sass/elements/_controls.scss index 12657928f1..31363b535d 100644 --- a/lms/static/sass/elements/_controls.scss +++ b/lms/static/sass/elements/_controls.scss @@ -147,7 +147,7 @@ color: $white; &:hover, &:active, &:focus { - background: $m-blue-d1; + background: $uxpl-blue-hover-active; color: $white; } @@ -203,7 +203,7 @@ color: $white; &:hover, &:active, &:focus { - background: $m-green-s1; + background: $uxpl-green-hover-active; color: $white; } diff --git a/lms/static/sass/views/_verification.scss b/lms/static/sass/views/_verification.scss index fc824dae4f..cba3deb9e7 100644 --- a/lms/static/sass/views/_verification.scss +++ b/lms/static/sass/views/_verification.scss @@ -1143,7 +1143,7 @@ padding: ($baseline/2) ($baseline*1.5); background: white; text-align: center; - color: $m-gray-l2; + color: $gray-d2; } }