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

Unified Diff: Tools/GardeningServer/ui/ct-builder.html

Issue 470623003: Remove the CSS styling from sherrif-o-matic builder buttons that made them not look like links (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update1 Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-builder.html
diff --git a/Tools/GardeningServer/ui/ct-builder.html b/Tools/GardeningServer/ui/ct-builder.html
index 258cc9865c541d1a5f31f77cb3f0260187c11fc0..4a0926a80d19c4660792a731c3f0bc1e57ca7e44 100644
--- a/Tools/GardeningServer/ui/ct-builder.html
+++ b/Tools/GardeningServer/ui/ct-builder.html
@@ -8,7 +8,6 @@ found in the LICENSE file.
<template>
<style>
a {
- border: 1px solid gray;
display: inline-block;
font-size: 11px;
margin-bottom: 2px;
@@ -16,11 +15,6 @@ found in the LICENSE file.
text-decoration: none;
}
- span {
- background-color: #555;
- color: white;
- padding: 0 2px;
- }
</style>
<a href="{{ builder.buildUrl }}">
<span>{{ builder.builder }}</span>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698