Skip to content

Commit

Permalink
test: disable buttons animation (#3696) (#3697)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Vinogradov <mr.vursen@gmail.com>
  • Loading branch information
vaadin-bot and vursen committed Apr 19, 2022
1 parent 6a35fdf commit ee9a2d2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/menu-bar/test/not-animated-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,14 @@ registerStyles(
}
`
);

registerStyles(
'vaadin-menu-bar-button',
css`
:host,
:host::before,
:host::after {
transition: none !important;
}
`
);

0 comments on commit ee9a2d2

Please sign in to comment.