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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager_styles.html

Issue 2024233003: MD User Manager: Refactors existing dialogs in User Manager into <user-manager-dialog> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md-user-manager-locked-test
Patch Set: Removed user_manager_dialog gyp target Created 4 years, 6 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/md_user_manager/user_manager_styles.html
diff --git a/chrome/browser/resources/md_user_manager/user_manager_styles.html b/chrome/browser/resources/md_user_manager/user_manager_styles.html
index d8644ce816ae5e68478a953cc4f5949f0e3b1ac0..8acf88048f5c191115ad869e25bb18d778456524 100644
--- a/chrome/browser/resources/md_user_manager/user_manager_styles.html
+++ b/chrome/browser/resources/md_user_manager/user_manager_styles.html
@@ -232,14 +232,14 @@
}
.action-box-menu-remove {
- border-top: 1px solid rgba(0, 0, 0, .12);
+ border-top: var(--user-manager-separator-line);
line-height: 32px;
padding: 8px 12px;
}
.action-box-remove-user-warning {
align-items: center;
- border-top: 1px solid rgba(0, 0, 0, .12);
+ border-top: var(--user-manager-separator-line);
display: flex;
flex-direction: column;
font-size: inherit;
« no previous file with comments | « chrome/browser/resources/md_user_manager/user_manager_dialog.js ('k') | chrome/browser/ui/webui/signin/md_user_manager_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698