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

Unified Diff: polymer_1.2.3/bower_components/paper-styles/color.html

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 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
Index: polymer_1.2.3/bower_components/paper-styles/color.html
diff --git a/polymer_1.0.4/bower_components/paper-styles/color.html b/polymer_1.2.3/bower_components/paper-styles/color.html
similarity index 96%
copy from polymer_1.0.4/bower_components/paper-styles/color.html
copy to polymer_1.2.3/bower_components/paper-styles/color.html
index f0be34182286144c9f00b74ddb003b8f509873d6..51887901356fa5ea91c73674a293b7cdd1f63617 100644
--- a/polymer_1.0.4/bower_components/paper-styles/color.html
+++ b/polymer_1.2.3/bower_components/paper-styles/color.html
@@ -268,9 +268,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
--paper-orange-a400: #ff9100;
--paper-orange-a700: #ff6500;
- --paper-deep-orange-50: #ff5722;
- --paper-deep-orange-100: #fbe9e7;
- --paper-deep-orange-200: #ffccbc;
+ --paper-deep-orange-50: #fbe9e7;
+ --paper-deep-orange-100: #ffccbc;
+ --paper-deep-orange-200: #ffab91;
--paper-deep-orange-300: #ff8a65;
--paper-deep-orange-400: #ff7043;
--paper-deep-orange-500: #ff5722;
@@ -318,14 +318,14 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
/* opacity for dark text on a light background */
--dark-divider-opacity: 0.12;
- --dark-disabled-opacity: 0.26; /* or hint text */
- --dark-secondary-opacity: 0.54; /* or icon */
+ --dark-disabled-opacity: 0.38; /* or hint text or icon */
+ --dark-secondary-opacity: 0.54;
--dark-primary-opacity: 0.87;
/* opacity for light text on a dark background */
--light-divider-opacity: 0.12;
- --light-disabled-opacity: 0.3; /* or hint text */
- --light-secondary-opacity: 0.7; /* or icon */
+ --light-disabled-opacity: 0.3; /* or hint text or icon */
+ --light-secondary-opacity: 0.7;
--light-primary-opacity: 1.0;
}

Powered by Google App Engine
This is Rietveld 408576698