You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Ensure visual indicating for focus loss. (#226)
* fix: Ensure visual indicating for focus loss.
If the workspace loses focus, any existing block selection or cursor
visuals should be hidden to represent that the focus has been lost.
* feat: use CSS for passive focus on blocks and next connections
* Attempt to use passive focus indicator via CSS.
* Add a workaround to fix passive indicator hiding.
This was a workable solution found by Rachel with the explanation
captured in a new line comment.
* Use a better color for passive indicators.
This color came at Rachel's suggestion.
---------
Co-authored-by: Rachel Fenichel <fenichel@google.com>
0 commit comments