From ca4a1589c27d69125d28c2883accde43903452bb Mon Sep 17 00:00:00 2001 From: Yosi Levy Date: Tue, 12 Mar 2024 05:59:23 +0200 Subject: [PATCH] Remove patch --- ...onents-simple-tooltip-npm-8.0.0-77591f2e0c.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .yarn/patches/@lrnwebcomponents-simple-tooltip-npm-8.0.0-77591f2e0c.patch diff --git a/.yarn/patches/@lrnwebcomponents-simple-tooltip-npm-8.0.0-77591f2e0c.patch b/.yarn/patches/@lrnwebcomponents-simple-tooltip-npm-8.0.0-77591f2e0c.patch deleted file mode 100644 index 9b177dc6143e..000000000000 --- a/.yarn/patches/@lrnwebcomponents-simple-tooltip-npm-8.0.0-77591f2e0c.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/simple-tooltip.js b/simple-tooltip.js -index 78a87f6a223925f0e29fbedb268c85a142ec6985..3d686dd6a3d5a93342b4b01408089fc316b408ca 100644 ---- a/simple-tooltip.js -+++ b/simple-tooltip.js -@@ -195,6 +195,8 @@ class SimpleTooltip extends LitElement { - .hidden { - position: absolute; - left: -10000px; -+ inset-inline-start: -10000px; -+ inset-inline-end: initial; - top: auto; - width: 1px; - height: 1px;