neos-ui
neos-ui copied to clipboard
Empty ContentCollection with removed content is not visible
If an empty ContentCollection with removed content is in the backend, the ContentCollection is not visible, as it doesn't get the styling for an empty ContentCollection (gray outline)
Steps to Reproduce
- Remove all content from a ContentCollection (don't publish)
- Reload page
- The ContentCollection has no special highlighting
Expected & Actual behavior
The empty ContentCollection with removed elements should get the same styling as an empty ContentCollection without removed elements
Improvements
Also, it would be helpful to get a CSS Class to address empty content collection. Something like neos-contentcollection--empty
Affected Versions
Neos: 4.1 UI: 1.4.1
Related: https://github.com/neos/neos-ui/issues/3620
@jonnitto maybe this is solved by https://github.com/neos/neos-ui/issues/2376 ? Anyways I could not reproduce this with Neos 3.3 / UI 2.x
Is this still a thing?
Will test it…