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

Unified Diff: chrome/browser/resources/options/password_manager.html

Issue 2154223002: Hide the DIV containing password import/export buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Toggle class Created 4 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
Index: chrome/browser/resources/options/password_manager.html
diff --git a/chrome/browser/resources/options/password_manager.html b/chrome/browser/resources/options/password_manager.html
index 81ff66ba63fc88a849f985cd485d37312ce60f52..4be3edeb90fbd4c9cf015b3f25b29c467ba92edb 100644
--- a/chrome/browser/resources/options/password_manager.html
+++ b/chrome/browser/resources/options/password_manager.html
@@ -28,13 +28,13 @@
<a target="_blank" i18n-content="learnMore"
i18n-values="href:passwordManagerLearnMoreURL"></a>
</div>
- <div class="action-area">
+ <div id="password-manager-import-export" class="hidden">
stevenjb 2016/07/18 16:34:33 class="action-area no-display" Then, in the JS: $
vabr (Chromium) 2016/07/19 08:16:57 Acknowledged, thanks for teaching me that!
<div class="button-strip">
<button id="password-manager-import" class="password-manager-home"
- i18n-content="passwordManagerImportPasswordButtonText" hidden>
+ i18n-content="passwordManagerImportPasswordButtonText">
</button>
<button id="password-manager-export" class="password-manager-home"
- i18n-content="passwordManagerExportPasswordButtonText" hidden>
+ i18n-content="passwordManagerExportPasswordButtonText">
</button>
</div>
</div>
« no previous file with comments | « chrome/browser/resources/options/password_manager.css ('k') | chrome/browser/resources/options/password_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698