Skip to content

::shadow selector is deprecatiated #20

@zvodd

Description

@zvodd

See

Might need to patch in the styles by moving all the ::shadow css into another file and removing the preceding XXX::shadow selector, then loading the stylesheet into shadow dom.
i.e. something like:

var eStyle = document.createElement("link");
eStyle.href = chrome.runtime.getURL("./shadow_style.css");
document.querySelector(".sophis-video-control").shadowRoot.appendChild(eStyle);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions