| 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..2314e8e84a172f2fd1ff2a4c572fbb5cdbbaae8d 100644
|
| --- a/milo/appengine/frontend/static/buildbot/css/default.css
|
| +++ b/milo/appengine/frontend/static/buildbot/css/default.css
|
| @@ -719,6 +719,12 @@ div.step-text:first-child {
|
| display: inline;
|
| }
|
|
|
| -.hide .verbosity-Hidden {
|
| +.standard .verbosity-Hidden {
|
| + display: none;
|
| +}
|
| +.fail .verbosity-Hidden {
|
| + display: none;
|
| +}
|
| +.fail .verbosity-Normal {
|
| display: none;
|
| }
|
|
|