| Index: third_party/polymer/core-component-page/core-component-page.html
|
| diff --git a/third_party/polymer/components/core-component-page/core-component-page.html b/third_party/polymer/core-component-page/core-component-page.html
|
| similarity index 99%
|
| rename from third_party/polymer/components/core-component-page/core-component-page.html
|
| rename to third_party/polymer/core-component-page/core-component-page.html
|
| index 1a0be8d27796d6b053e5f0643389d01de43425f1..3c3165caa91f3017bfd29c91e40600afe1efd710 100644
|
| --- a/third_party/polymer/components/core-component-page/core-component-page.html
|
| +++ b/third_party/polymer/core-component-page/core-component-page.html
|
| @@ -3439,7 +3439,7 @@ if (typeof exports === 'object') {
|
| }).call(function() {
|
| return this || (typeof window !== 'undefined' ? window : global);
|
| }());
|
| -</script>
|
| +</script>
|
|
|
|
|
| <!--
|
| @@ -5056,7 +5056,7 @@ var REGEXP_PRECEDER_PATTERN = '(?:^^\\.?|[+-]|[!=]=?=?|\\#|%=?|&&?=?|\\(|\\*=?|[
|
| });
|
| }
|
| })();
|
| -</script>
|
| +</script>
|
|
|
| <script>(function(scope) {
|
|
|
| @@ -5996,10 +5996,10 @@ pre .com,pre .comment,.prettyprint .com,.prettyprint .comment {
|
| </script>
|
|
|
| </polymer-element>
|
| -
|
| -
|
| -
|
| -
|
| +
|
| +
|
| +
|
| +
|
| <!--
|
| Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
| This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
| @@ -6656,7 +6656,7 @@ html /deep/ core-menu::shadow ::content > core-item {
|
| Polymer('core-menu',{});
|
| </script>
|
| </polymer-element>
|
| -
|
| +
|
| <!--
|
| Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
|
| This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
| @@ -6760,16 +6760,16 @@ html /deep/ core-item::shadow ::content > a {
|
|
|
| </script>
|
| </polymer-element>
|
| -
|
| -
|
| -<!--
|
| -@class core-doc-toc
|
| --->
|
| -
|
| -<polymer-element name="core-doc-toc" attributes="data selected" assetpath="../core-doc-viewer/elements/">
|
| -
|
| - <template>
|
| -
|
| +
|
| +
|
| +<!--
|
| +@class core-doc-toc
|
| +-->
|
| +
|
| +<polymer-element name="core-doc-toc" attributes="data selected" assetpath="../core-doc-viewer/elements/">
|
| +
|
| + <template>
|
| +
|
| <style>:host {
|
| display: block;
|
| position: relative;
|
| @@ -6781,56 +6781,56 @@ core-header-panel {
|
| top: 0;
|
| left: 0;
|
| height: 100%;
|
| - width: 100%;
|
| -}
|
| -
|
| -core-toolbar {
|
| - background-color: #eeeeee;
|
| -}
|
| -</style>
|
| -
|
| - <core-header-panel mode="waterfall">
|
| -
|
| -<!-- <core-toolbar theme="core-light-theme">
|
| - <core-icon-button icon="menu"></core-icon-button>
|
| - <span core-flex>Topics</span>
|
| - <core-icon-button icon="search" on-tap="{{searchAction}}"></core-icon-button>
|
| - </core-toolbar>
|
| -
|
| - <core-toolbar id="searchBar" style="background-color: #C2185B; position: absolute; top: 0; left: 0; right: 0; opacity: 0; display: none;" class="seamed" theme="core-dark-theme">
|
| - <core-icon-button icon="search"></core-icon-button>
|
| - <core-icon-button icon="close" on-tap="{{closeSearchAction}}"></core-icon-button>
|
| - </core-toolbar>-->
|
| -
|
| - <core-menu selected="{{selected}}">
|
| - <template repeat="{{data}}">
|
| - <core-item><a href="#{{name}}">{{name}}</a></core-item>
|
| - </template>
|
| - </core-menu>
|
| -
|
| - </core-header-panel>
|
| -
|
| - </template>
|
| -
|
| - <script>
|
| -
|
| - Polymer('core-doc-toc', {
|
| -
|
| - searchAction: function() {
|
| - this.$.searchBar.style.opacity = 1;
|
| - this.$.searchBar.style.display = '';
|
| - },
|
| -
|
| - closeSearchAction: function() {
|
| - this.$.searchBar.style.opacity = 0;
|
| - this.$.searchBar.style.display = 'none';
|
| - }
|
| -
|
| - });
|
| -
|
| - </script>
|
| -
|
| -</polymer-element>
|
| + width: 100%;
|
| +}
|
| +
|
| +core-toolbar {
|
| + background-color: #eeeeee;
|
| +}
|
| +</style>
|
| +
|
| + <core-header-panel mode="waterfall">
|
| +
|
| +<!-- <core-toolbar theme="core-light-theme">
|
| + <core-icon-button icon="menu"></core-icon-button>
|
| + <span core-flex>Topics</span>
|
| + <core-icon-button icon="search" on-tap="{{searchAction}}"></core-icon-button>
|
| + </core-toolbar>
|
| +
|
| + <core-toolbar id="searchBar" style="background-color: #C2185B; position: absolute; top: 0; left: 0; right: 0; opacity: 0; display: none;" class="seamed" theme="core-dark-theme">
|
| + <core-icon-button icon="search"></core-icon-button>
|
| + <core-icon-button icon="close" on-tap="{{closeSearchAction}}"></core-icon-button>
|
| + </core-toolbar>-->
|
| +
|
| + <core-menu selected="{{selected}}">
|
| + <template repeat="{{data}}">
|
| + <core-item><a href="#{{name}}">{{name}}</a></core-item>
|
| + </template>
|
| + </core-menu>
|
| +
|
| + </core-header-panel>
|
| +
|
| + </template>
|
| +
|
| + <script>
|
| +
|
| + Polymer('core-doc-toc', {
|
| +
|
| + searchAction: function() {
|
| + this.$.searchBar.style.opacity = 1;
|
| + this.$.searchBar.style.display = '';
|
| + },
|
| +
|
| + closeSearchAction: function() {
|
| + this.$.searchBar.style.opacity = 0;
|
| + this.$.searchBar.style.display = 'none';
|
| + }
|
| +
|
| + });
|
| +
|
| + </script>
|
| +
|
| +</polymer-element>
|
|
|
|
|
|
|
| @@ -7075,7 +7075,7 @@ h2 {
|
| }
|
|
|
| .appbar {
|
| - background-color: #E91E63;
|
| + background-color: #E91E63;
|
| color: white;
|
| }
|
| </style>
|
|
|