Skip to content

Commit 6a6dc58

Browse files
committed
Remove wrong aria-hidden attribute
1 parent feab3bc commit 6a6dc58

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

  • ts/WoltLabSuite/Core/Ui/Page/Menu
  • wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu

ts/WoltLabSuite/Core/Ui/Page/Menu/Main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,6 @@ export class PageMenuMain implements PageMenuProvider {
322322
const button = label.nextElementSibling as HTMLAnchorElement;
323323
button.click();
324324
});
325-
326-
// The button to expand the link group is used instead.
327-
label.setAttribute("aria-hidden", "true");
328325
}
329326

330327
listItem.append(label);

wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Menu/Main.js

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)