Adjacent Sibling combinator
Since UXP v3.0
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator
Example
sp-action-button + sp-action-button {
margin-right: 0;
}
Since UXP v3.0
See: https://developer.mozilla.org/en-US/docs/Web/CSS/Adjacent_sibling_combinator
Example
sp-action-button + sp-action-button {
margin-right: 0;
}