File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/vs/platform/actions/browser Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11
11
background-size : 16px ;
12
12
}
13
13
14
-
15
14
@keyframes shift {
16
15
0% {
17
- transform : scale ( 1 );
16
+ transform : translateX ( 0 px );
18
17
}
19
18
20
- 15 % {
21
- transform : scale ( 1.1 );
19
+ 33 % {
20
+ transform : translateX ( 0.5 px );
22
21
}
23
22
24
- 100 % {
25
- transform : scale ( 1 );
23
+ 66 % {
24
+ transform : translateX ( -0.5 px );
26
25
}
27
26
}
28
27
29
28
.monaco-toolbar .config .monaco-action-bar .action-item {
30
29
animation-duration : 1.2s ;
31
- animation-iteration-count : 1 ;
30
+ animation-iteration-count : infinite ;
32
31
animation-name : shift;
33
32
}
34
33
34
+ .monaco-toolbar .config .monaco-action-bar .action-item : nth-child (odd) {
35
+ animation-delay : 0.6s ;
36
+ }
35
37
36
38
.monaco-dropdown-with-default {
37
39
display : flex !important ;
You can’t perform that action at this time.
0 commit comments