When you set window.inactiveBorder it applies the border to all windows:

This feels like a bug because the active window should never have the border because it's not inactive. If we we're worried about the border popping in/out when only setting one we could look into using a transparent border like:

I think anyone who tries to use this color token would easily be confused.
When you set
window.inactiveBorderit applies the border to all windows:This feels like a bug because the active window should never have the border because it's not inactive. If we we're worried about the border popping in/out when only setting one we could look into using a transparent border like:
I think anyone who tries to use this color token would easily be confused.