@appartmint/mint 2.10.7 → 2.10.8

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
@@ -1747,10 +1747,10 @@ app-root {
1747
1747
  .mint-spin-hover:focus-visible {
1748
1748
  animation: mint-spin 1.5s ease-in-out forwards;
1749
1749
  }
1750
- .mint-spin-hover-icon:hover {
1750
+ .mint-spin-hover-icon:hover i {
1751
1751
  animation: mint-spin 1.5s ease-in-out forwards;
1752
1752
  }
1753
- .mint-spin-hover-icon:focus-visible {
1753
+ .mint-spin-hover-icon:focus-visible i {
1754
1754
  animation: mint-spin 1.5s ease-in-out forwards;
1755
1755
  }
1756
1756