diff --git a/lms/static/sass/course/instructor/_instructor_2.scss b/lms/static/sass/course/instructor/_instructor_2.scss index 518c6ac0e0..82d2628936 100644 --- a/lms/static/sass/course/instructor/_instructor_2.scss +++ b/lms/static/sass/course/instructor/_instructor_2.scss @@ -51,10 +51,6 @@ .copy { font-weight: 600; } - - &.is-shown { - display: block; - } } // TYPE: warning @@ -63,10 +59,6 @@ background: tint($warning-color,95%); display: none; color: $warning-color; - - &.is-shown { - display: block; - } } // TYPE: confirm @@ -75,10 +67,6 @@ background: tint($confirm-color,95%); display: none; color: $confirm-color; - - &.is-shown { - display: block; - } } // TYPE: confirm @@ -89,10 +77,6 @@ .copy { color: $error-color; } - - &.is-shown { - display: block; - } } // inline copy @@ -224,12 +208,13 @@ section.instructor-dashboard-content-2 { // messages .message { margin-bottom: $baseline; - display: none; + display: block; border-radius: 1px; padding: ($baseline*0.75) $baseline; - &.is-shown { - display: block; + // CASE: is hidden + &.is-hidden { + display: none; } } diff --git a/lms/templates/instructor/instructor_dashboard_2/notification.underscore b/lms/templates/instructor/instructor_dashboard_2/notification.underscore index 5e9774b9c6..39298c94b5 100644 --- a/lms/templates/instructor/instructor_dashboard_2/notification.underscore +++ b/lms/templates/instructor/instructor_dashboard_2/notification.underscore @@ -1,4 +1,4 @@ -