Unverified Commit 671278b6 authored by Sheetal Umesh Kumar's avatar Sheetal Umesh Kumar Committed by GitHub

Merge pull request #642 from hypothesis/fix-annotator-css-reference

Update reference to annotator CSS bundle.
parents 02a43677 20110f9b
......@@ -90,7 +90,7 @@ function createAdderDOM(container) {
var adderStyles = Array.from(document.styleSheets).map(function (sheet) {
return sheet.href;
}).filter(function (url) {
return (url || '').match(/(icomoon|inject)\.css/);
return (url || '').match(/(icomoon|annotator)\.css/);
});
// Stylesheet <link> elements are inert inside shadow roots [1]. Until
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment