General Sibling combinator

Since UXP v3.0

See: https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Selectors/Subsequent-sibling_combinator

Example

sp-action-button ~ sp-button {
    margin-right: 0;
}