General Sibling combinator
Since: UXP 3, PS 22.0.0
See: https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator
Example
Copied to your clipboard1sp-action-button ~ sp-button {2 margin-right: 0;3}
Since: UXP 3, PS 22.0.0
See: https://developer.mozilla.org/en-US/docs/Web/CSS/General_sibling_combinator
Example
Copied to your clipboard1sp-action-button ~ sp-button {2 margin-right: 0;3}