-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ui): Isolate rikaikun popup from host page via shadow DOM and `a…
…ll: revert` (#933) * feat(ui): Isolate rikaikun popup from host page via shadow Dom and `all: revert` - Creates a div inside of shadow root to contain all styles and modifications. - Updates CSS to use `all: revert` instead of previous adhoc reset. - Installs CSS directly into the shadow DOM as per best practices. - Fallsback to `all: initial` for older Chrome browsers. - Removes special check for text files since chrome renders them as normal HTML pages. Fixes #221
- Loading branch information
Showing
16 changed files
with
88 additions
and
129 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
Oops, something went wrong.