forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve shadow DOM focus rects (microsoft#29750)
* fix: improve focus rects support in shadow DOM Moves the FocusRectsProvider to be outside of the shadow DOM, removing a <div> inside the shadow root. Now the FocusRects class name is applied to the shadow root host element and the focus visibility styles are applied by using the `:host()` selector on the shadow root. * update snapshots * link: supports focus rects in shadow dom * checkbox: supports focus rects in shadow dom * update styles to support focus rects in shadow dom * update snapshots * update snapshots * Updating snapshots. --------- Co-authored-by: KHMakoto <[email protected]>
- Loading branch information
Showing
89 changed files
with
13,485 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.