Skip to content

Commit

Permalink
test: disable user tag opacity transition in visual tests (#7831)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored and vaadin-bot committed Sep 20, 2024
1 parent 6d43810 commit a8db697
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/field-highlighter/test/visual/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@ registerStyles(
}
`,
);

/* Disable opacity transition */
registerStyles(
'vaadin-user-tags',
css`
:host {
transition: none !important;
}
`,
);

0 comments on commit a8db697

Please sign in to comment.