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

Unified Diff: ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh 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 | « third_party/polymer/v0_8/reproduce.sh ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
diff --git a/ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html b/ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
index 32d6764bc33ca1b61544ab50c3551d2e9eedbacf..758b29f92b363c250a5d372b66546aebd74a0025 100644
--- a/ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
+++ b/ui/webui/resources/cr_elements/v0_8/cr_toggle_button/cr_toggle_button.html
@@ -2,7 +2,7 @@
<link rel="import" href="chrome://resources/cr_elements/v0_8/cr_events/cr_events.html">
<dom-module id="cr-toggle-button">
- <style is="x-style">
+ <style>
:host {
--paper-toggle-button-unchecked-bar-color: rgb(38, 50, 56);
--paper-toggle-button-unchecked-button-color: rgb(236, 239, 241);
« no previous file with comments | « third_party/polymer/v0_8/reproduce.sh ('k') | ui/webui/resources/polymer_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698