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

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

Issue 728023004: Remove GardeningServer. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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 | « Tools/GardeningServer/ui/ct-builder-status.html ('k') | Tools/GardeningServer/ui/ct-chart.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-button.html
diff --git a/Tools/GardeningServer/ui/ct-button.html b/Tools/GardeningServer/ui/ct-button.html
deleted file mode 100644
index 61ab02bb561dc5744b5cf475e593783efdee6dd9..0000000000000000000000000000000000000000
--- a/Tools/GardeningServer/ui/ct-button.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!--
-Copyright 2014 The Chromium Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
--->
-
-<link rel="import" href="../bower_components/paper-button/paper-button.html">
-
-<polymer-element name="ct-button" attributes="label" noscript>
- <template>
- <style>
- :host {
- display: flex;
- flex-direction: column;
- }
-
- paper-button {
- -webkit-user-select: none;
- background: #f5f5f5;
- border-radius: 2px;
- border: 1px solid #dcdcdc;
- color: #444;
- padding: 6px 22px;
- text-align: center;
- }
-
- paper-button:focus {
- border: 1px solid #4d90fe;
- outline: none;
- }
-
- paper-button:active {
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
- }
-
- paper-button:active, paper-button:hover {
- background: #f8f8f8;
- border-color: #c6c6c6;
- box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
- color: #222;
- }
- </style>
- <paper-button>{{ label }}</paper-button>
- </template>
-</polymer-element>
« no previous file with comments | « Tools/GardeningServer/ui/ct-builder-status.html ('k') | Tools/GardeningServer/ui/ct-chart.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698