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

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

Issue 1468623004: Update Polymer from 1.2.1 -> 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@travis-yml
Patch Set: local-state.html Created 5 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
Index: third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
diff --git a/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html b/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
index e3bffb9c2756facf3eb904b3d835e0a462db91d8..3fe5a7d6b5ec08dd193f94cb79262f4c1f3d8efa 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
+++ b/third_party/polymer/v1_0/components-chromium/paper-menu/paper-submenu.html
@@ -10,7 +10,9 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<link rel="import" href="../iron-menu-behavior/iron-menu-behavior.html">
<link rel="import" href="../iron-behaviors/iron-control-state.html">
<link rel="import" href="../iron-collapse/iron-collapse.html">
-<link rel="import" href="../paper-styles/paper-styles.html">
+<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
+<link rel="import" href="../paper-styles/default-theme.html">
+<link rel="import" href="paper-menu-shared-styles.html">
<!--
`<paper-submenu>` is a nested menu inside of a parent `<paper-menu>`. It
@@ -53,9 +55,9 @@ item has bolded text. Please see the `<paper-menu>` docs for which attributes
-->
</head><body><dom-module id="paper-submenu">
- <link rel="import" type="css" href="paper-menu-shared.css">
-
<template>
+ <style include="paper-menu-shared-styles"></style>
+
<div class="selectable-content" on-tap="_onTap">
<content id="trigger" select=".menu-trigger"></content>
</div>
@@ -64,6 +66,5 @@ item has bolded text. Please see the `<paper-menu>` docs for which attributes
</iron-collapse>
</template>
-</dom-module>
-
+ </dom-module>
<script src="paper-submenu-extracted.js"></script></body></html>

Powered by Google App Engine
This is Rietveld 408576698