@appartmint/mint 2.10.11 → 2.10.12

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/css/mint.css CHANGED
@@ -1478,7 +1478,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1478
1478
  }
1479
1479
 
1480
1480
  .mint-tooltip {
1481
- display: none;
1482
1481
  position: absolute;
1483
1482
  max-width: var(--mint-tooltip-max-width);
1484
1483
  border-radius: var(--mint-tooltip-radius);
@@ -1490,6 +1489,8 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1490
1489
  font-size: var(--mint-tooltip-font-size);
1491
1490
  line-height: var(--mint-tooltip-line-height);
1492
1491
  transition: opacity 0.3s;
1492
+ user-select: none;
1493
+ pointer-events: none;
1493
1494
  white-space: nowrap;
1494
1495
  }
1495
1496
  .mint-tooltip.mint-top::after, .mint-tooltip.mint-bottom::after {
@@ -1554,7 +1555,6 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1554
1555
  position: relative;
1555
1556
  }
1556
1557
  .mint-tooltipped:hover .mint-tooltip {
1557
- display: block;
1558
1558
  opacity: 1;
1559
1559
  }
1560
1560