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

Unified Diff: chrome/browser/resources/md_user_manager/supervised_user_create_confirm.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/supervised_user_create_confirm.html
diff --git a/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html b/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
index 230b455278f0643c716933d6253909de9557d0c2..ee01e19b9143da931ba10b05491f36dfa1082761 100644
--- a/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
+++ b/chrome/browser/resources/md_user_manager/supervised_user_create_confirm.html
@@ -20,7 +20,7 @@
}
#title-area {
- border-bottom: 1px solid rgba(0, 0, 0, .12);
+ border-bottom: var(--user-manager-separator-line);
font-size: 16px;
padding-bottom: 16px;
}

Powered by Google App Engine
This is Rietveld 408576698