From 3c84b7a12cc42a7a59861068ac33fdf39de66ab1 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Tue, 16 Aug 2016 15:51:22 +0500 Subject: [PATCH] Fixed keyboard focus remains within modal simulated dialogs. ECOM-4188 --- lms/static/sass/partials/base/_variables.scss | 2 +- lms/templates/help_modal.html | 362 ++++++++++-------- 2 files changed, 201 insertions(+), 163 deletions(-) diff --git a/lms/static/sass/partials/base/_variables.scss b/lms/static/sass/partials/base/_variables.scss index 9d4af66acf..da1d276752 100644 --- a/lms/static/sass/partials/base/_variables.scss +++ b/lms/static/sass/partials/base/_variables.scss @@ -372,7 +372,7 @@ $body-line-height: golden-ratio(.875em, 1) !default; $base-font-color: rgb(60,60,60) !default; $baseFontColor: $base-font-color; -$lighter-base-font-color: rgb(100,100,100) $base-font-color; +$lighter-base-font-color: rgb(100,100,100) !default; $very-light-text: rgb(255,255,255) !default; $text-color: rgb(51, 51, 51) !default; diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index cca6b9562c..f41bea711f 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -18,107 +18,9 @@ from xmodule.tabs import CourseTabList ${_("Help")} -