Skip to content

Instantly share code, notes, and snippets.

@robertpenner
Last active June 24, 2022 19:38
Show Gist options
  • Save robertpenner/2a4b92d79a150cc562edd250a2af28ff to your computer and use it in GitHub Desktop.
Save robertpenner/2a4b92d79a150cc562edd250a2af28ff to your computer and use it in GitHub Desktop.
Stylebot for Stately.ai Editor
/* Restore blue shading to current state in Simulate */
.css-1brufv, .css-z8ukhg, .css-1c8j3c2, .css-1skrtun {
background-color: unset;
}
/* Remove square from start of transition arrow */
path {
marker-start: unset;
}
/* Hide state node icon */
.css-1npm039 > svg:first-of-type {
display: none;
}
/* Remove space between state node icon and title */
.css-1npm039 > div:first-of-type {
margin-inline-start: unset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment