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 f1a9c261159fbe96fbf372283f30feb85154f750..d304c314ddcedcae947303b44700d207d72076ba 100644 |
--- a/ui/login/account_picker/user_pod_row.css |
+++ b/ui/login/account_picker/user_pod_row.css |
@@ -83,12 +83,17 @@ html[dir=rtl] .user-image-pane { |
.pod .user-image { |
flex: none; |
+} |
+ |
+/* TODO(noms): Refactor this out into a CrOS-specific file and simplify the |
+ style rule once it is included on CrOS only. crbug.com/397638 */ |
+html:not([screen=login-add-user]) .pod .user-image { |
max-height: 160px; |
max-width: 160px; |
opacity: 0.7; |
} |
-.pod.focused .user-image { |
+html:not([screen=login-add-user]) .pod.focused .user-image { |
opacity: 1; |
} |