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

Unified Diff: golden/res/imp/dots.html

Issue 1134223004: Fix spaces between paramset values. Also change the highlight color. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 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
« no previous file with comments | « golden/package.json ('k') | golden/res/imp/testsummarydetails.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: golden/res/imp/dots.html
diff --git a/golden/res/imp/dots.html b/golden/res/imp/dots.html
index 9513c56fa636d49d2f25f9f09bedc9a7719b75b9..74b0be1a1316f0ac6936635413bd119b7e794e78 100644
--- a/golden/res/imp/dots.html
+++ b/golden/res/imp/dots.html
@@ -60,8 +60,8 @@
<template>
<style type="text/css" media="screen">
g:hover circle {
- fill: #44aa99;
- stroke: #44aa99;
+ fill: #E7298A;
+ stroke: #E7298A;
}
circle.status0 {
« no previous file with comments | « golden/package.json ('k') | golden/res/imp/testsummarydetails.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698