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 {