daisyui 2.13.3 → 2.13.4

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/styled.css CHANGED
@@ -1784,7 +1784,7 @@
1784
1784
  color: hsl(var(--erc, var(--nc)) / var(--tw-text-opacity));
1785
1785
  }
1786
1786
  /* disabled */
1787
- .btn-disabled, .btn[disabled] {
1787
+ .btn-disabled, .btn-disabled:hover, .btn[disabled], .btn[disabled]:hover {
1788
1788
  --tw-border-opacity: 0;
1789
1789
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
1790
1790
  --tw-bg-opacity: 0.2;