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

Unified Diff: third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.html

Issue 1124133004: Add PolymerElements/paper-item and run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: re-run to grab paper-menu#0.8.3 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
Index: third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.html
diff --git a/third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.html b/third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.html
index 1055de234e0e1f3d5bc29f6aced8be5bf6ade5b1..9a06497b6b1bced31d8b0afe0437b399f908d0ed 100644
--- a/third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.html
+++ b/third_party/polymer/v0_8/components-chromium/paper-menu/paper-menu.html
@@ -7,7 +7,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--><html><head><link rel="import" href="../polymer/polymer.html">
-<link rel="import" href="../iron-selector/iron-selectable.html">
+<link rel="import" href="../iron-menu-behavior/iron-menu-behavior.html">
<link rel="import" href="../paper-styles/paper-styles.html">
<!--
@@ -19,6 +19,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<style>
:host {
+ display: block;
padding: 8px 0;
background: var(--primary-background-color);
@@ -36,7 +37,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
}
:host > ::content > .iron-selected::after {
- mixin(--fit);
+ mixin(--layout-fit);
background: currentColor;
/* FIXME move to paper-styles for next widget */

Powered by Google App Engine
This is Rietveld 408576698