@graphiql/react
Version:
[Changelog](https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/CHANGELOG.md) | [API Docs](https://graphiql-test.netlify.app/typedoc/modules/graphiql_react.html) | [NPM](https://www.npmjs.com/package/@graphiql/react)
19 lines (16 loc) • 338 B
CSS
.auto-inserted-leaf.cm-property {
animation-duration: 6s;
animation-name: insertionFade;
border-radius: var(--border-radius-4);
padding: var(--px-2);
}
@keyframes insertionFade {
from,
to {
background-color: none;
}
15%,
85% {
background-color: hsla(var(--color-warning), var(--alpha-background-light));
}
}