We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bcc2f commit 6585917Copy full SHA for 6585917
src/sentry/static/sentry/less/misc.less
@@ -21,27 +21,3 @@ img {
21
.no-border {
22
border: 0 !important;
23
}
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
45
46
47
0 commit comments