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 02d7603 commit 42a59aeCopy full SHA for 42a59ae
src/dialog/overflow-menu/overflow-menu-pane.component.ts
@@ -81,8 +81,6 @@ export class OverflowMenuPane extends Dialog {
81
}
82
83
private listItems() {
84
- const buttonClass = ".bx--overflow-menu-options__btn";
85
- const disabledClass = ".bx--overflow-menu-options__option--disabled";
86
- return Array.from<any>(this.dialog.nativeElement.querySelectorAll(`${buttonClass}:not([disabled])`));
+ return Array.from<any>(this.dialog.nativeElement.querySelectorAll(".bx--overflow-menu-options__btn:not([disabled])"));
87
88
0 commit comments