From 17fc310026bb8a222961ce76dfaeb38ba5aeb536 Mon Sep 17 00:00:00 2001 From: Harry Rein Date: Thu, 6 Jul 2017 13:02:40 -0400 Subject: [PATCH] Fixing naming issue in edx.org theme. --- lms/static/sass/shared/_header.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/shared/_header.scss b/lms/static/sass/shared/_header.scss index 939829de25..1c91d96568 100644 --- a/lms/static/sass/shared/_header.scss +++ b/lms/static/sass/shared/_header.scss @@ -183,7 +183,7 @@ } } - .user-dropdown { + .user-dropdown, .dropdown { font-size: $body-font-size; padding: 0 ($baseline/2); color: $base-font-color; @@ -193,7 +193,7 @@ text-shadow: none; } - .user-dropdown-menu { + .user-dropdown-menu, .dropdown-menu { background: $white; border-radius: 4px; box-shadow: 0 2px 2px 0 rgba(0,0,0, 0.3); @@ -557,7 +557,7 @@ } } - .dropdown { + .user-dropdown, .dropdown { font-size: $body-font-size; padding: ($baseline/5) ($baseline/2); color: $base-font-color; @@ -567,7 +567,7 @@ text-shadow: none; } - .dropdown-menu { + .user-dropdown-menu, .dropdown-menu { background: $border-color-4; border-radius: 4px; box-shadow: 0 2px 24px 0 rgba(0,0,0, 0.3);