Skip to content

Commit

Permalink
fix: replace .slick-gridmenu-custom by `.slick-gridmenu-command-lis…
Browse files Browse the repository at this point in the history
…t` (#876)
  • Loading branch information
ghiscoding authored Oct 24, 2023
1 parent 94aee91 commit 2cc3175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/example-grid-menu.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('Example - Grid Menu', () => {
});

it('should have the Grid Menu already opened and expect a title for "Custom Commands" and for "Columns"', () => {
cy.get('.slick-gridmenu-custom')
cy.get('.slick-gridmenu-command-list')
.find('.title')
.contains('Custom Commands');

Expand Down
2 changes: 1 addition & 1 deletion src/styles/slick.gridmenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
background: white;
}


.slick-gridmenu-command-list,
.slick-gridmenu-custom {
margin-bottom: 10px;
}
Expand Down

0 comments on commit 2cc3175

Please sign in to comment.