hide the account count badge in linked account dialog (#2352)

This commit is contained in:
Alan Ren
2018-08-30 12:29:24 -07:00
committed by GitHub
parent 39b33160c2
commit 54ee1c23f0

View File

@@ -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 {