diff --git a/common/static/sass/edx-pattern-library-shims/_buttons.scss b/common/static/sass/edx-pattern-library-shims/_buttons.scss index d0eaf87b92..e17bdc857c 100644 --- a/common/static/sass/edx-pattern-library-shims/_buttons.scss +++ b/common/static/sass/edx-pattern-library-shims/_buttons.scss @@ -86,9 +86,9 @@ } // ---------------------------- -// #BRAND +// #PRIMARY // ---------------------------- -.btn-brand { +.btn-primary { @extend %btn-shims; border-color: $btn-brand-border-color; @@ -150,3 +150,10 @@ color: $btn-upgrade-color; } } + +// ---------------------------- +// #BRAND +// ---------------------------- +.btn-brand { + @extend .btn-primary; +} diff --git a/lms/djangoapps/courseware/testutils.py b/lms/djangoapps/courseware/testutils.py index 91ba8d813a..a9b60f2ed6 100644 --- a/lms/djangoapps/courseware/testutils.py +++ b/lms/djangoapps/courseware/testutils.py @@ -32,7 +32,7 @@ class RenderXBlockTestMixin(object): '