Comparing version 1.4.1 to 1.4.2
@@ -68,3 +68,3 @@ | ||
iconSetDiv.setAttribute("aria-hidden", "true"); | ||
iconSetDiv.style.cssText = "width: 0px; height: 0px; display: none;"; | ||
iconSetDiv.style.cssText = "width: 0; height: 0; position: absolute; left: -9999px;"; | ||
this.#container.appendChild(iconSetDiv); | ||
@@ -71,0 +71,0 @@ } |
@@ -56,3 +56,3 @@ class $cf838c15c8b009ba$var$Iconly { | ||
iconSetDiv.setAttribute("aria-hidden", "true"); | ||
iconSetDiv.style.cssText = "width: 0px; height: 0px; display: none;"; | ||
iconSetDiv.style.cssText = "width: 0; height: 0; position: absolute; left: -9999px;"; | ||
this.#container.appendChild(iconSetDiv); | ||
@@ -59,0 +59,0 @@ } |
{ | ||
"name": "iconly", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "SVG Sprite", | ||
@@ -5,0 +5,0 @@ "author": "ux-ui.pro", |
@@ -75,3 +75,3 @@ class Iconly { | ||
iconSetDiv.setAttribute('aria-hidden', 'true'); | ||
iconSetDiv.style.cssText = 'width: 0px; height: 0px; display: none;'; | ||
iconSetDiv.style.cssText = 'width: 0; height: 0; position: absolute; left: -9999px;'; | ||
@@ -78,0 +78,0 @@ this.#container.appendChild(iconSetDiv); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31201