Commit 659d1677 by Will Daly

Change validation highlighting to use a border instead of a color

parent ff7bd5fc
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -858,8 +858,11 @@ ...@@ -858,8 +858,11 @@
height: 100%; height: 100%;
} }
.openassessment_highlighted_field{ #openassessment-editor {
background-color: $edx-pink-l4; .openassessment_highlighted_field{
border-color: red;
border-width: 2px;
}
} }
#student_training_settings_editor { #student_training_settings_editor {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment