Last active
June 24, 2022 19:38
-
-
Save robertpenner/2a4b92d79a150cc562edd250a2af28ff to your computer and use it in GitHub Desktop.
Stylebot for Stately.ai Editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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