Skip to content

Commit 8764105

Browse files
#RI-2948 - remove animation auto-refresh
1 parent ee9a3f6 commit 8764105

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

redisinsight/ui/src/pages/browser/components/auto-refresh/styles.module.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@
1616
&.rolling svg {
1717
color: var(--euiColorPrimary) !important;
1818
}
19-
20-
&.rolling:focus,
21-
&.rolling {
22-
animation: refresh 2s 0s infinite linear;
23-
}
24-
}
25-
26-
@keyframes refresh {
27-
0% {
28-
transform: rotate(0deg);
29-
}
30-
100% {
31-
transform: rotate(360deg);
32-
}
3319
}
3420

3521
.time {

0 commit comments

Comments
 (0)