daisyui 3.8.1 → 3.8.2

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/full.css CHANGED
@@ -2068,7 +2068,7 @@ html {
2068
2068
  .dropdown {
2069
2069
  position: relative;
2070
2070
  display: inline-block}
2071
- .dropdown > *:focus {
2071
+ .dropdown > *:not(summary):focus {
2072
2072
  outline: 2px solid transparent;
2073
2073
  outline-offset: 2px}
2074
2074
  .dropdown .dropdown-content {
package/dist/styled.css CHANGED
@@ -489,7 +489,7 @@
489
489
  position: relative;
490
490
  display: inline-block
491
491
  }
492
- .dropdown > *:focus {
492
+ .dropdown > *:not(summary):focus {
493
493
  outline: 2px solid transparent;
494
494
  outline-offset: 2px
495
495
  }