@ordergroove/offers 2.28.1 → 2.28.2-alpha-PR-681-4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/offers.js
CHANGED
|
@@ -734,7 +734,6 @@ var lib=(()=>{var ta=Object.create;var Xe=Object.defineProperty;var ra=Object.ge
|
|
|
734
734
|
background-color: var(--og-tooltip-background, #ececec);
|
|
735
735
|
box-shadow: var(--og-tooltip-box-shadow, 2px 2px 6px rgba(0, 0, 0, 0.28));
|
|
736
736
|
display: block;
|
|
737
|
-
width: 200px;
|
|
738
737
|
opacity: 0;
|
|
739
738
|
padding: var(--og-tooltip-padding, 0.5em);
|
|
740
739
|
text-align: var(--og-tooltip-text-align, left);
|
|
@@ -857,6 +856,7 @@ var lib=(()=>{var ta=Object.create;var Xe=Object.defineProperty;var ra=Object.ge
|
|
|
857
856
|
|
|
858
857
|
.tooltip:hover .content {
|
|
859
858
|
opacity: 1;
|
|
859
|
+
width: 200px;
|
|
860
860
|
pointer-events: auto;
|
|
861
861
|
transform: translateY(0px);
|
|
862
862
|
}
|