Revert "Fixed keyboard focus remains within modal simulated dialogs."

This reverts commit 3c84b7a12c.
This commit is contained in:
cahrens
2016-09-15 16:40:49 -04:00
parent 9804f73e36
commit a249e8e18c
2 changed files with 163 additions and 201 deletions

View File

@@ -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;