From 0c3c78b765f73359b1506e1c528eb8e79ec11d83 Mon Sep 17 00:00:00 2001 From: tasawernawaz Date: Thu, 31 Aug 2017 10:37:48 +0500 Subject: [PATCH] Fixed a11y on course actions dropdown menu on dashboard LEARNER-2430 --- lms/static/sass/multicourse/_dashboard.scss | 2 +- lms/templates/dashboard/_dashboard_course_listing.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/static/sass/multicourse/_dashboard.scss b/lms/static/sass/multicourse/_dashboard.scss index a360e1016a..13926464f0 100644 --- a/lms/static/sass/multicourse/_dashboard.scss +++ b/lms/static/sass/multicourse/_dashboard.scss @@ -419,7 +419,7 @@ @include margin-right($baseline/2); @include float(right); min-width: ($baseline*2); - color: $gray-l1; + color: $gray-d3; border-radius: 3px; padding: 12px; border: 1px solid $white; diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index ec2874228d..31c3ca4c0b 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -220,7 +220,7 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_