diff --git a/src/patches-custom-elements.js b/src/patches-custom-elements.js index 0b6938c..e2b95f4 100644 --- a/src/patches-custom-elements.js +++ b/src/patches-custom-elements.js @@ -5,12 +5,6 @@ */ (function() { -// inject style sheet -var style = document.createElement('style'); -style.textContent = 'element {display: none !important;} /* injected by platform.js */'; -var head = document.querySelector('head'); -head.insertBefore(style, head.firstChild); - if (window.ShadowDOMPolyfill) { // ensure wrapped inputs for these functions