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

Unified Diff: polymer_1.2.3/bower_components/iron-menu-behavior/demo/simple-menubar.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/iron-menu-behavior/demo/simple-menubar.html
diff --git a/polymer_1.0.4/bower_components/iron-menu-behavior/demo/simple-menubar.html b/polymer_1.2.3/bower_components/iron-menu-behavior/demo/simple-menubar.html
similarity index 89%
copy from polymer_1.0.4/bower_components/iron-menu-behavior/demo/simple-menubar.html
copy to polymer_1.2.3/bower_components/iron-menu-behavior/demo/simple-menubar.html
index ad38ecf3d9ac11172e1bd0f7fff0ac7a411b3f80..0f09cdbd2ade00e910204b0f468551c562900cfa 100644
--- a/polymer_1.0.4/bower_components/iron-menu-behavior/demo/simple-menubar.html
+++ b/polymer_1.2.3/bower_components/iron-menu-behavior/demo/simple-menubar.html
@@ -10,13 +10,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../iron-menubar-behavior.html">
+<link rel="import" href="../../paper-styles/color.html">
<dom-module id="simple-menubar">
<style>
.content ::content > .iron-selected {
- color: red;
+ color: white;
+ background-color: var(--google-red-500);
}
.content ::content > * {

Powered by Google App Engine
This is Rietveld 408576698