File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
scaladoc/resources/dotty_res/styles Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 6666
6767/* Loading */
6868.loading-wrapper {
69- align-self : center;
69+ text-align : center;
7070 padding : 4px ;
7171}
7272
7575 width : 10px ;
7676 height : 10px ;
7777 border-radius : 5px ;
78- background-color : var (--shadow );
79- color : var (--shadow );
80- animation : dotFlashing .4s infinite alternate;
78+ background-color : var (--leftbar-bg );
79+ color : var (--leftbar-bg );
80+ animation-name : dotFlashing;
81+ animation-duration : 1.6s ;
82+ animation-iteration-count : infinite;
83+ animation-direction : normal;
84+ animation-timing-function : ease-in-out;
8185 display : inline-block;
8286 position : absolute;
8387 top : 0 ;
8488}
8589
8690.loading {
87- left : 50% ;
8891 position : relative;
8992 animation-delay : .2s ;
9093}
103106 0% {
104107 background-color : var (--leftbar-bg );
105108 }
106- 100 % {
109+ 25 % {
107110 background-color : var (--shadow );
108111 }
112+ 50% {
113+ background-color : var (--leftbar-bg );
114+ }
109115}
You can’t perform that action at this time.
0 commit comments