File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
src/Symfony/Bundle/WebProfilerBundle/Resources/views/Profiler Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -363,21 +363,8 @@ div.sf-toolbar .sf-toolbar-block a:hover {
363
363
text-align: right;
364
364
}
365
365
.sf-ajax-request-loading {
366
- -webkit-animation: sf-blink .5s ease-in-out infinite;
367
- -o-animation: sf-blink .5s ease-in-out infinite;
368
- -moz-animation: sf-blink .5s ease-in-out infinite;
369
366
animation: sf-blink .5s ease-in-out infinite;
370
367
}
371
- @-webkit-keyframes sf-blink {
372
- 0% { background: #222; }
373
- 50% { background: #444; }
374
- 100% { background: #222; }
375
- }
376
- @-moz-keyframes sf-blink {
377
- 0% { background: #222; }
378
- 50% { background: #444; }
379
- 100% { background: #222; }
380
- }
381
368
@keyframes sf-blink {
382
369
0% { background: #222; }
383
370
50% { background: #444; }
You can’t perform that action at this time.
0 commit comments