go.tools/dashboard/app: drop green coloring from perf dashboard
Fixes golang/go#8624. LGTM=dave, aram R=dvyukov, dave, aram CC=golang-codereviews https://golang.org/cl/140840043
This commit is contained in:
parent
d7f2ea810f
commit
a455c4c58e
|
@ -197,7 +197,7 @@ table thead tr {
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.good { text-decoration: none; text-shadow: 1px 1px 0 #BBF8AB; color: #000000; background: #38FF38;}
|
||||
.good { text-decoration: none; color: #000000; }
|
||||
.bad { text-decoration: none; text-shadow: 1px 1px 0 #000000; color: #FFFFFF; background: #E70000;}
|
||||
.noise { text-decoration: none; color: #888; }
|
||||
.fail { color: #C00; }
|
||||
|
|
Loading…
Reference in New Issue