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

Unified Diff: ui/login/account_picker/user_pod_row.css

Issue 2664773002: Hide warning sign for Active Directory pods (Closed)
Patch Set: Created 3 years, 11 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/login/account_picker/user_pod_row.css
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index 7ef24e1114e935346d55247abfcc4f60d6f42a68..0dff606ca1df5b12c3c53690654c973671933549 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -229,6 +229,10 @@ html[dir=rtl] .main-pane {
display: none;
}
+.pod[is-active-directory] .reauth-warning {
+ display: none;
+}
+
.pod[auth-type='offlinePassword'].focused .password-entry-container,
.pod[auth-type='forceOfflinePassword'].focused .password-entry-container {
display: flex;
« no previous file with comments | « chrome/browser/chromeos/login/screens/user_selection_screen.cc ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698