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> |