Fix marked unread label not being sr-only
This commit is contained in:
parent
b2319b43d6
commit
55c96ba7ae
1 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,9 @@ function NavTabsItemBadges({
|
|||
if (unreadStats.markedUnread) {
|
||||
return (
|
||||
<span className="NavTabs__ItemUnreadBadge">
|
||||
{i18n('icu:NavTabs__ItemIconLabel--MarkedUnread')}
|
||||
<span className="NavTabs__ItemIconLabel">
|
||||
{i18n('icu:NavTabs__ItemIconLabel--MarkedUnread')}
|
||||
</span>
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue