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