Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Button block: reduce chance of style conflicts. (#24919)
Follow up to #24599. Using the child combinator (instead of the descendant combinator) narrows the selector without increasing its specificity. This should help reduce the likelihood of a style issue occurring when a parent element has an `is-style-outline` CSS class. https://developer.mozilla.org/en-US/docs/Web/CSS/Child_combinator
- Loading branch information