File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
packages/input-container/test/visual Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ import { css , registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js' ;
2
+
3
+ registerStyles (
4
+ 'vaadin-input-container' ,
5
+ css `
6
+ /* Disable animation */
7
+ : host {
8
+ & ,
9
+ & ::before ,
10
+ & ::after {
11
+ animation : none !important ;
12
+ transition : none !important ;
13
+ }
14
+ }
15
+ ` ,
16
+ ) ;
Original file line number Diff line number Diff line change 1
1
import { fixtureSync } from '@vaadin/testing-helpers/dist/fixture.js' ;
2
2
import { visualDiff } from '@web/test-runner-visual-regression' ;
3
+ import '../common.js' ;
3
4
import '@vaadin/icon/vaadin-icon.js' ;
4
5
import '@vaadin/vaadin-lumo-styles/test/autoload.js' ;
5
6
import '@vaadin/vaadin-lumo-styles/vaadin-iconset.js' ;
You can’t perform that action at this time.
0 commit comments