ionic-framework
ionic-framework copied to clipboard
feat(button): add button inner part
A small edit that will get rid of unnecessary code and give access to the inside of the button for styling
To avoid unnecessary code, as in example #29935
Issue number: resolves #29935
What is the current behavior?
Currently, there is no access to .button-inner, which means there is no way to change the behavior of justify-content, align-items or flex
What is the new behavior?
Adds access to the element in css via ::part(inner)
Does this introduce a breaking change?
- [ ] Yes
- [x] No