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

Unified Diff: milo/appengine/frontend/static/buildbot/css/default.css

Issue 2886353002: Milo: Add an option to hide green steps (Closed)
Patch Set: Retrain Created 3 years, 7 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: milo/appengine/frontend/static/buildbot/css/default.css
diff --git a/milo/appengine/frontend/static/buildbot/css/default.css b/milo/appengine/frontend/static/buildbot/css/default.css
index 5df2132ca447ab4ed5ef82363daabeff7361c85b..3654b826c8d5a43d1700290195bacb0f4d207246 100644
--- a/milo/appengine/frontend/static/buildbot/css/default.css
+++ b/milo/appengine/frontend/static/buildbot/css/default.css
@@ -719,6 +719,14 @@ div.step-text:first-child {
display: inline;
}
-.hide .verbosity-Hidden {
+.standard .verbosity-Hidden {
+ display: none;
+}
+
+.interesting .verbosity-Hidden {
+ display: none;
+}
+
+.interesting .verbosity-Normal {
display: none;
}

Powered by Google App Engine
This is Rietveld 408576698