We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
*
dispenseVelocity
End
/***************************** NODES *****************************/ .editor .node { background: #caebf2; border-color: #a9a9a9; } .node.selected { background: #ffd92c; border-color: #e3c000; } /***************************** SOCKETS *****************************/ .editor .node .socket.number { background: grey; } .editor .node .socket.timepoint { background: #49d30f; } /***************************** TABS *****************************/ #editor-protocol-tabs .dropdown:not(.current-protocol) { background-color: #caebf2; } #editor-protocol-tabs .dropdown.current-protocol { background-color: #ff3b3f; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First Thoughts - Color
Contrast Issues
Protocol Tabs
*
to active tab's name with unsaved changes.Sockets Lack Visual Cues
Text-Heavy Nodes
dispenseVelocity
crowding nearbyEnd
timepoint text.Current Color Summary
The text was updated successfully, but these errors were encountered: