From 0fb481adc41cab506141264625366db14032b7dc Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Tue, 29 Sep 2020 11:21:28 -0400 Subject: [PATCH] MICROBA-605 | Adjust demographics modal button style [MICROBA-605] - Remove box-shadow on buttons in Demographics modal --- .../edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss b/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss index 53f51ff9bd..086da850aa 100644 --- a/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss +++ b/themes/edx.org/lms/static/sass/partials/lms/theme/_dashboard.scss @@ -79,6 +79,7 @@ text-shadow: none; letter-spacing: normal; margin: 5px 0 5px 0; + box-shadow: none; &.blue { background-color: #23419f; @@ -229,4 +230,4 @@ } } } -} \ No newline at end of file +}