Skip to content

Commit 6585917

Browse files
Remove unused animated-ellipsis (#15515)
1 parent 16bcc2f commit 6585917

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/sentry/static/sentry/less/misc.less

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,3 @@ img {
2121
.no-border {
2222
border: 0 !important;
2323
}
24-
25-
// Animated ellipsis...
26-
27-
.animated-ellipsis:after {
28-
overflow: hidden;
29-
display: inline-block;
30-
vertical-align: bottom;
31-
-webkit-animation: ellipsis steps(4, end) 1.5s infinite;
32-
animation: ellipsis steps(4, end) 1.5s infinite;
33-
content: '\2026'; /* ascii code for the ellipsis character */
34-
width: 0px;
35-
}
36-
37-
@keyframes ellipsis {
38-
to {
39-
width: 1em;
40-
}
41-
}
42-
43-
@-webkit-keyframes ellipsis {
44-
to {
45-
width: 1em;
46-
}
47-
}

0 commit comments

Comments
 (0)