diff --git a/src/courseware/InstructorToolbar.jsx b/src/courseware/InstructorToolbar.jsx index 01124fec..ba8b249f 100644 --- a/src/courseware/InstructorToolbar.jsx +++ b/src/courseware/InstructorToolbar.jsx @@ -10,8 +10,15 @@ function InstructorToolbar(props) { return (
-
- View unit in the existing experience +
+
+

+ You are currently previewing the edX learning sequence experience. This preview is to allow for early content testing, especially for custom content blocks, with the goal of ensuring it renders as expected in the next experience. You can learn more through the following Partner Portal post. Please report any issues or provide feedback using the linked form. +

+
+
+ View unit in the existing experience +
); diff --git a/src/index.scss b/src/index.scss index f4524f98..918d21aa 100755 --- a/src/index.scss +++ b/src/index.scss @@ -4,6 +4,18 @@ $primary: #1176B2; @import "~@edx/frontend-component-header/dist/index"; @import "~@edx/frontend-component-footer/dist/footer"; +// TODO: Fix .btn-outline-light style in paragon +.btn-outline-light { + &:hover, &:focus { + color: $primary; + border-color: $white; + background-color: $white; + } + &:not(:disabled):not(.disabled):active { + border-color: $white; + } +} + #root { display: flex; flex-direction: column;