Describe the bug
The sibling inserter (+) doesn't appear above a block that is selected if the block has no toolbar.
To Reproduce
Expected behavior
The sibling inserter (+) should appear.
Screenshots

Additional context
This is because we disable :hover on the sibling inserter that is before a selected block. This prevents it from getting in the way when there is a toolbar.
To fix this, we would have to update the CSS above to be smart enough to know whether or not there are items in BlockToolbar. This could be awkward since that information is stored in React context.
Came up in https://github.com/WordPress/gutenberg/pull/7799.
Not sure how much of a priority this is.
@jasmussen @karmatosed 鈥撀爓ould you mind putting it in a milestone if you think it's worth doing or just closing it if not?
I think this could annoy some people so let's milestone it.
This seems to be working as expected now.
@mtias Since all blocks have toolbars now due to the ellipsis menu being moved there, the original intent of this ticket doesn't really make sense anymore. There are no blocks without toolbars. So yeah, it is working as expected, but what the issue wanted to accomplish has not been done, though it is now not really feasible anymore.
Most helpful comment
I think this could annoy some people so let's milestone it.