From a249e8e18c091b3e32458cd40e1089ea5e22bbb8 Mon Sep 17 00:00:00 2001 From: cahrens Date: Thu, 15 Sep 2016 16:40:49 -0400 Subject: [PATCH] Revert "Fixed keyboard focus remains within modal simulated dialogs." This reverts commit 3c84b7a12cc42a7a59861068ac33fdf39de66ab1. --- lms/static/sass/partials/base/_variables.scss | 2 +- lms/templates/help_modal.html | 362 ++++++++---------- 2 files changed, 163 insertions(+), 201 deletions(-) diff --git a/lms/static/sass/partials/base/_variables.scss b/lms/static/sass/partials/base/_variables.scss index 4d9d7b8734..097cc44d93 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) !default; +$lighter-base-font-color: rgb(100,100,100) $base-font-color; $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 9089a367ed..9c4e5dca37 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -18,9 +18,107 @@ from xmodule.tabs import CourseTabList ${_("Support")} -