1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 23:31:27 +02:00

chore(a11y): misc a11y improvements (#4211)

This commit is contained in:
Sami Mazouz
2025-04-25 09:17:36 +01:00
committed by GitHub
parent f19007f424
commit 649be7cb03
21 changed files with 136 additions and 23 deletions

View File

@@ -8,7 +8,7 @@ export default function addStickyBadge() {
if (this.isSticky()) {
badges.add(
'sticky',
<Badge type="sticky" label={app.translator.trans('flarum-sticky.forum.badge.sticky_tooltip')} icon="fas fa-thumbtack" />,
<Badge type="sticky" label={app.translator.trans('flarum-sticky.forum.badge.sticky_tooltip')} icon="fas fa-thumbtack" tabindex="0" />,
10
);
}