Chromium Code Reviews| 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 a8a3cdbc54c66b50c5b49f8d11e8af057795526e..b5ac91c7d73ca30fb70b01eb34c5c89d6fd3705a 100644 |
| --- a/ui/login/account_picker/user_pod_row.css |
| +++ b/ui/login/account_picker/user_pod_row.css |
| @@ -83,12 +83,15 @@ html[dir=rtl] .user-image-pane { |
| .pod .user-image { |
| flex: none; |
| +} |
| + |
| +html:not([screen=login-add-user]) .pod .user-image { |
|
Evan Stade
2014/07/25 18:47:50
could you add a TODO/file a bug for this?
bartfab (slow)
2014/07/25 19:16:15
Done.
|
| 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; |
| } |