From 54ee1c23f008a06342e138bbb1db79f435224720 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Thu, 30 Aug 2018 12:29:24 -0700 Subject: [PATCH] hide the account count badge in linked account dialog (#2352) --- .../accountManagement/accountDialog/media/accountDialog.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sql/parts/accountManagement/accountDialog/media/accountDialog.css b/src/sql/parts/accountManagement/accountDialog/media/accountDialog.css index 2abe6f2c98..7db985a74b 100644 --- a/src/sql/parts/accountManagement/accountDialog/media/accountDialog.css +++ b/src/sql/parts/accountManagement/accountDialog/media/accountDialog.css @@ -45,6 +45,8 @@ .account-view .header .count-badge-wrapper { justify-content: flex-end; + /* hide the count badge as it is not providing much value and meanwhile not keyboard accessible*/ + display: none; } .account-view .provider-view .list-row {