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

Unified Diff: chrome/common/extensions/docs/templates/private/sidenav_item.html

Issue 102593005: Clean patch with DCC static content (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed reviewer's comments Created 7 years 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: chrome/common/extensions/docs/templates/private/sidenav_item.html
diff --git a/chrome/common/extensions/docs/templates/private/sidenav_item.html b/chrome/common/extensions/docs/templates/private/sidenav_item.html
index ad6f0604961eab0b0906693b10247694608b9379..9571406e53a42013a49a94d75c68f37d3c3e4e76 100644
--- a/chrome/common/extensions/docs/templates/private/sidenav_item.html
+++ b/chrome/common/extensions/docs/templates/private/sidenav_item.html
@@ -1,15 +1,10 @@
-<li class="level{{item.level}}">
- {{?item.toggleable}}
- <a class="button level{{item.level}}">
- <span class="level{{item.level}}">{{item.title}}</span>
- <div class="toggleIndicator level{{item.level}}{{?item.child_selected}} toggled{{/}}"></div>
- </a>
- {{:item.toggleable}}
+<li class="pillar">
+ <span class="toplevel">{{item.title}}</span>
{{?item.href}}
<a {{^item.selected}}href="{{item.href}}"{{/}} class="level{{item.level}} {{?item.selected}}selected{{/}}">{{item.title}}</a>
{{:item.href}}
- <span class="level{{item.level}}">{{item.title}}</span>
{{/item.href}}
- {{/item.toggleable}}
- {{?item.items +partials.sidenav_items items:item.items parent:item/}}
+ <ul class="expandee">
+ {{?item.items +partials.sidenav_items items:item.items parent:item/}}
+ </ul>
</li>

Powered by Google App Engine
This is Rietveld 408576698