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

Unified Diff: chrome/browser/resources/md_bookmarks/folder_node.html

Issue 2722083002: [MD Bookmarks] Flatten sidebar. (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.js ('k') | chrome/browser/resources/md_bookmarks/folder_node.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_bookmarks/folder_node.html
diff --git a/chrome/browser/resources/md_bookmarks/folder_node.html b/chrome/browser/resources/md_bookmarks/folder_node.html
index 061536de2faa46c96c6b2b01ab34875afdabfd24..fdbacc41b53b0d7ef781859eb5a8885d35c69aef 100644
--- a/chrome/browser/resources/md_bookmarks/folder_node.html
+++ b/chrome/browser/resources/md_bookmarks/folder_node.html
@@ -13,6 +13,7 @@
<style include="shared-style">
:host {
display: block;
+ --padding-left-per-depth: 30px;
}
.v-centered {
@@ -34,10 +35,6 @@
height: 40px;
}
- #descendants {
- -webkit-padding-start: 40.5px;
- }
-
#folder-label {
color: var(--secondary-text-color);
cursor: pointer;
@@ -75,13 +72,6 @@
on-tap="toggleFolder_"></paper-icon-button>
</template>
</div>
- <div id="descendants" hidden$="[[isClosed]]">
- <template is="dom-repeat" items="[[item.children]]"
- filter="isFolder_" as="child">
- <bookmarks-folder-node item-id="[[child]]">
- </bookmarks-folder-node>
- </template>
- </div>
</template>
<script src="chrome://bookmarks/folder_node.js"></script>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.js ('k') | chrome/browser/resources/md_bookmarks/folder_node.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698