We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab09770 commit 83a97efCopy full SHA for 83a97ef
packages/yasqe/src/index.ts
@@ -689,6 +689,7 @@ export class Yasqe extends CodeMirror {
689
addClass(chevron, "fas");
690
addClass(chevron, "fa-chevron-down");
691
addClass(chevron, "chevronIcon");
692
+ chevron.setAttribute("aria-hidden", "true");
693
dropdownBtn.appendChild(chevron);
694
dropdownBtn.setAttribute("aria-label", `${groupName} snippets`);
695
dropdownBtn.setAttribute("aria-expanded", "false");
0 commit comments