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
To make it easier to tell which side tools are visible, the side tools for nested blocks (inside innerblocks layout areas) have a slightly different style; currently like this, with visible button borders:
This is slightly different from parent blocks, which don't display borders:
The distinction is helpful but I think can be improved — and make the side UI a little more consistent with the main toolbar — by wrapping these areas in a border instead of an always-visible border for individual styles.
Before and after:
And here's a demo:
This could extend to parent blocks as well, for greater consistency, although I didn't include that in the above demo.
Note that I also styled the borders to match the block hover styles implemented in #6773 but that could be changed as well.
The text was updated successfully, but these errors were encountered:
I've posted a PR for this in #7211. It's far from merge-able, but is useful as a way to try it out locally and get a feel for the change in your own environment. Would love thoughts and design feedback!
To make it easier to tell which side tools are visible, the side tools for nested blocks (inside innerblocks layout areas) have a slightly different style; currently like this, with visible button borders:
This is slightly different from parent blocks, which don't display borders:
The distinction is helpful but I think can be improved — and make the side UI a little more consistent with the main toolbar — by wrapping these areas in a border instead of an always-visible border for individual styles.
Before and after:
And here's a demo:
This could extend to parent blocks as well, for greater consistency, although I didn't include that in the above demo.
Note that I also styled the borders to match the block hover styles implemented in #6773 but that could be changed as well.
The text was updated successfully, but these errors were encountered: