File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
packages/graphql-playground-react/src/components/Playground/TopBar Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -257,22 +257,22 @@ const Pulse = styled.div`
257
257
height: 16px;
258
258
background-color: ${ spinnerColor } ;
259
259
border-radius: 100%;
260
- animation: ${ bounceAnimation } 2s infinite ease-in-out;
261
- -webkit-animation: ${ bounceAnimation } 2s infinite ease-in-out;
260
+ /* animation: ${ bounceAnimation } 2s infinite ease-in-out;
261
+ -webkit-animation: ${ bounceAnimation } 2s infinite ease-in-out; */
262
262
`
263
263
264
- const DelayedPulse = styled . div `
265
- width: 16px;
266
- height: 16px;
267
- position: absolute;
268
- top: 0;
269
- background-color: ${ spinnerColor } ;
270
- border-radius: 100%;
271
- animation: ${ bounceAnimation } 2s infinite ease-in-out;
272
- -webkit-animation: ${ bounceAnimation } 2s infinite ease-in-out;
273
- animation-delay: -1s;
274
- -webkit-animation-delay: -1s;
275
- `
264
+ // const DelayedPulse = styled.div`
265
+ // width: 16px;
266
+ // height: 16px;
267
+ // position: absolute;
268
+ // top: 0;
269
+ // background-color: ${spinnerColor};
270
+ // border-radius: 100%;
271
+ // /* animation: ${bounceAnimation} 2s infinite ease-in-out;
272
+ // -webkit-animation: ${bounceAnimation} 2s infinite ease-in-out;
273
+ // animation-delay: -1s;
274
+ // -webkit-animation-delay: -1s; */
275
+ // `
276
276
277
277
const SpinnerWrapper = styled . div `
278
278
position: relative;
@@ -282,6 +282,6 @@ const SpinnerWrapper = styled.div`
282
282
const Spinner = ( ) => (
283
283
< SpinnerWrapper >
284
284
< Pulse />
285
- < DelayedPulse />
285
+ { /* <DelayedPulse /> */ }
286
286
</ SpinnerWrapper >
287
287
)
You can’t perform that action at this time.
0 commit comments