Skip to content

Commit

Permalink
Fix oppia#1671: in the code REPL interaction, text highlighting isn't…
Browse files Browse the repository at this point in the history
… visible.
  • Loading branch information
razat249 authored and seanlip committed Apr 12, 2016
1 parent ec71818 commit aa4d144
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extensions/interactions/CodeRepl/CodeRepl.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
background-color: #eee;
}
.cm-s-preview .CodeMirror-code pre {
background-color: #fff;
/* Without this, underscore characters are not visible. */
height: 1.04em;
width: 100%;
Expand All @@ -30,6 +29,10 @@
background-color: #eee;
opacity: 0.8;
}
.CodeMirror-lines {
background-color: white;
}

</style>

<script type="text/ng-template" id="interaction/CodeRepl">
Expand Down

0 comments on commit aa4d144

Please sign in to comment.