There was an error while loading. Please reload this page.
1 parent 639e25c commit e7e1e0bCopy full SHA for e7e1e0b
1 file changed
templates/pace-theme-bounce.tmpl.css
@@ -14,7 +14,6 @@
14
-webkit-transition: all 2s linear 0s;
15
-moz-transition: all 2s linear 0s;
16
transition: all 2s linear 0s;
17
- cursor: pointer;
18
}
19
20
.pace.pace-active {
@@ -24,7 +23,6 @@
24
23
-o-transform: scale(.25);
25
transform: scale(.25);
26
opacity: 1;
27
28
29
30
.pace .pace-activity {
@@ -40,7 +38,6 @@
40
38
-o-animation: pace-bounce 1s infinite;
41
39
-ms-animation: pace-bounce 1s infinite;
42
animation: pace-bounce 1s infinite;
43
44
45
46
.pace .pace-progress {
0 commit comments