Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: experimental/webtry/res/webtry/sass/webtry.scss

Issue 660573003: Properly parse compiler errors for fiddles and mark them in the editor. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: experimental/webtry/res/webtry/sass/webtry.scss
diff --git a/experimental/webtry/res/webtry/sass/webtry.scss b/experimental/webtry/res/webtry/sass/webtry.scss
index d7211b19875ea5b21986f5d21dd9839b6009b4ec..ae76dbfe585e77014222b94fe944092fc9ca731f 100644
--- a/experimental/webtry/res/webtry/sass/webtry.scss
+++ b/experimental/webtry/res/webtry/sass/webtry.scss
@@ -135,12 +135,20 @@ code {
font-size: 70%;
}
-#output, #stdout {
+#output-wrapper {
display: none;
}
+.compile-error {
+ cursor: pointer;
+}
+
/* CodeMirror customization */
+.CodeMirror .error {
+ background: #f88;
+}
+
.CodeMirror-lines,
.CodeMirror-scroll
{

Powered by Google App Engine
This is Rietveld 408576698