Skip to content

Commit bf83124

Browse files
web-padawanclaude
andauthored
test: stabilize crud lumo visual tests by disabling backdrop animation (#11587)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 83d63db commit bf83124

10 files changed

Lines changed: 2 additions & 1 deletion

packages/crud/test/not-animated-styles.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ registerStyles(
66
:host([opening]),
77
:host([closing]),
88
:host([opening]) [part='overlay'],
9-
:host([closing]) [part='overlay'] {
9+
:host([closing]) [part='overlay'],
10+
[part='backdrop'] {
1011
animation: none !important;
1112
}
1213
`,
451 Bytes
Loading
441 Bytes
Loading
369 Bytes
Loading
344 Bytes
Loading
701 Bytes
Loading
650 Bytes
Loading
368 Bytes
Loading
355 Bytes
Loading
403 Bytes
Loading

0 commit comments

Comments
 (0)