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

Unified Diff: remoting/webapp/html/toolbar.html

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made unit-tests side-effect-free. Created 6 years, 5 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 | « remoting/webapp/feedback.js ('k') | remoting/webapp/html/ui_header.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/toolbar.html
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html
index 74fecbd61984a01c7c1f40587181ffdf76f03545..04b9cfec539cc8e96273a998da4dc673bf8e6ce5 100644
--- a/remoting/webapp/html/toolbar.html
+++ b/remoting/webapp/html/toolbar.html
@@ -5,7 +5,7 @@ found in the LICENSE file.
-->
<div id="session-toolbar"
data-ui-mode="in-session"
- class="toolbar-container"
+ class="toolbar-container apps-v1-only"
hidden>
<div class="toolbar-border">
@@ -60,8 +60,8 @@ found in the LICENSE file.
<span class="menu-button" id="help-feedback-toolbar">
<img src="icon_help.webp" class="menu-button-activator help-icon">
<ul class="right-align">
- <li id="help-toolbar" i18n-content="HELP"></li>
- <li id="send-feedback-toolbar" i18n-content="ACTIONBAR_FEEDBACK"></li>
+ <li class="menu-help" i18n-content="HELP"></li>
+ <li class="menu-feedback" i18n-content="ACTIONBAR_FEEDBACK"></li>
</ul>
</span>
« no previous file with comments | « remoting/webapp/feedback.js ('k') | remoting/webapp/html/ui_header.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698