:empty
Since UXP v3.0
Matches when the selected element has no children.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/:empty
Example:
div:empty {
border: 1px solid blue;
}
Since UXP v3.0
Matches when the selected element has no children.
See: https://developer.mozilla.org/en-US/docs/Web/CSS/:empty
Example:
div:empty {
border: 1px solid blue;
}