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

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

Issue 2956873002: Don't hide profile statistics counters with zero results (Closed)
Patch Set: remove has-no-stats Created 3 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
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0f43faf40f8d1dd8c30e24aeab4e99b4f7399c52..553b4cc58cef25c35bfd7557a2a7b976369f7e2a 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -695,8 +695,7 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
.pod.legacy-supervised .action-box-remove-non-owner-user-warning-text,
.pod:not(.legacy-supervised)
.action-box-remove-legacy-supervised-user-warning-text,
-.pod.synced .non-sync,
-.pod.has-no-stats .has-stats {
+.pod.synced .non-sync {
display: none;
}
« no previous file with comments | « ui/login/account_picker/md_user_pod_row.js ('k') | ui/login/account_picker/user_pod_row.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698