Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tree-item): move focus outline to item label area (#7581)
**Related Issue:** #6481 ## Summary This updates `tree-item`'s focus outline to be on the content's area excluding slotted `tree`/`tree-item` children. ![tree-alt-focus](https://user-images.githubusercontent.com/197440/221788706-00d254bc-f3da-4526-838b-7da83e554e91.gif) ### before <img width="276" alt="Screenshot 2023-02-27 at 11 54 45 PM" src="https://user-images.githubusercontent.com/197440/221790180-830cf977-515f-4b88-8684-c7aca0232565.png"> ### after <img width="282" alt="Screenshot 2023-02-27 at 11 59 26 PM" src="https://user-images.githubusercontent.com/197440/221790154-92e4340d-8a98-4f33-826e-58ed43724a60.png">
- Loading branch information