Skip to content

Commit e7e1e0b

Browse files
committed
No need for pointer cursor
1 parent 639e25c commit e7e1e0b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

templates/pace-theme-bounce.tmpl.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
-webkit-transition: all 2s linear 0s;
1515
-moz-transition: all 2s linear 0s;
1616
transition: all 2s linear 0s;
17-
cursor: pointer;
1817
}
1918

2019
.pace.pace-active {
@@ -24,7 +23,6 @@
2423
-o-transform: scale(.25);
2524
transform: scale(.25);
2625
opacity: 1;
27-
cursor: pointer;
2826
}
2927

3028
.pace .pace-activity {
@@ -40,7 +38,6 @@
4038
-o-animation: pace-bounce 1s infinite;
4139
-ms-animation: pace-bounce 1s infinite;
4240
animation: pace-bounce 1s infinite;
43-
cursor: pointer;
4441
}
4542

4643
.pace .pace-progress {

0 commit comments

Comments
 (0)