Remove the count indicator from toasts (#31718)

This commit is contained in:
Andy Balaam
2026-01-14 09:57:00 +00:00
committed by GitHub
parent 33764d39ba
commit 9640c330e5
6 changed files with 1 additions and 68 deletions
-7
View File
@@ -78,13 +78,6 @@ Please see LICENSE files in the repository root for full details.
display: inline;
width: auto;
}
.mx_Toast_title_countIndicator {
font-size: $font-12px;
line-height: $font-22px;
color: $secondary-content;
margin-inline-start: auto; /* on the end side of the div */
}
}
.mx_Toast_body {