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

Unified Diff: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html

Issue 2827573002: MD Bookmarks: Show toolbar overlay when multiple items are selected (Closed)
Patch Set: Review comments Created 3 years, 8 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
Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
index b3b1999c77cafbfff3788a832b8ae349845099c8..a39cf9c4ec2b579b62757ec29ad150d6c1c7f233 100644
--- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
+++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
@@ -59,20 +59,20 @@
-webkit-margin-end: 12px;
}
- :host([narrow_]) #centeredContent {
+ :host([narrow]) #centeredContent {
justify-content: flex-end;
}
- :host([narrow_][showing-search_]) #leftContent {
+ :host([narrow][showing-search_]) #leftContent {
position: absolute;
opacity: 0;
}
- :host(:not([narrow_])) #leftContent {
+ :host(:not([narrow])) #leftContent {
flex: 1 1 var(--cr-toolbar-field-margin, 0);
}
- :host(:not([narrow_])) #rightContent {
+ :host(:not([narrow])) #rightContent {
flex: 1 1 0;
text-align: end;
}
@@ -148,12 +148,12 @@
</div>
<div id="centeredContent">
- <cr-toolbar-search-field id="search" narrow="[[narrow_]]"
+ <cr-toolbar-search-field id="search" narrow="[[narrow]]"
label="[[searchPrompt]]" clear-label="[[clearLabel]]"
spinner-active="[[spinnerActive]]"
showing-search="{{showingSearch_}}">
</cr-toolbar-search-field>
- <iron-media-query query="(max-width: 900px)" query-matches="{{narrow_}}">
+ <iron-media-query query="(max-width: 900px)" query-matches="{{narrow}}">
</iron-media-query>
</div>
« no previous file with comments | « chrome/test/data/webui/md_history/md_history_focus_test.js ('k') | ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698