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

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

Issue 628353002: fix missing webtry output capture display (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
« no previous file with comments | « experimental/webtry/res/webtry/css/webtry.css ('k') | experimental/webtry/templates/content.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cbca5850e8021a343ba04ff2fd366545f0373f82..126300f9177fafe6c39f5c12bf0d9be18b61a8db 100644
--- a/experimental/webtry/res/webtry/sass/webtry.scss
+++ b/experimental/webtry/res/webtry/sass/webtry.scss
@@ -68,10 +68,6 @@ code {
display: block !important;
}
-.fiddle-output {
- display: none;
-}
-
#chooseSource {
display: none;
}
@@ -89,6 +85,10 @@ code {
font-size: 70%;
}
+#output, #stdout {
+ display: none;
+}
+
/* CodeMirror customization */
.CodeMirror-lines,
« no previous file with comments | « experimental/webtry/res/webtry/css/webtry.css ('k') | experimental/webtry/templates/content.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698