daisyui 4.4.17 → 4.4.18

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
@@ -3435,6 +3435,7 @@ html {
3435
3435
  white-space: nowrap}
3436
3436
  .input {
3437
3437
  flex-shrink: 1;
3438
+ appearance: none;
3438
3439
  height: 3rem;
3439
3440
  padding-left: 1rem;
3440
3441
  padding-right: 1rem;
@@ -6115,8 +6116,8 @@ details.collapse summary::-webkit-details-marker {
6115
6116
  [dir="rtl"] .tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
6116
6117
  background-image: var(--radius-end);
6117
6118
  background-position: top right}
6118
- .tabs-lifted >
6119
- .tab-active:not(.tab-disabled):not([disabled])
6119
+ .tabs-lifted
6120
+ > .tab-active:not(.tab-disabled):not([disabled])
6120
6121
  + .tabs-lifted
6121
6122
  .tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
6122
6123
  background-image: var(--radius-end);
package/dist/styled.css CHANGED
@@ -693,6 +693,7 @@
693
693
  }
694
694
  .input {
695
695
  flex-shrink: 1;
696
+ appearance: none;
696
697
  height: 3rem;
697
698
  padding-left: 1rem;
698
699
  padding-right: 1rem;
@@ -4693,8 +4694,8 @@ details.collapse summary {
4693
4694
  background-image: var(--radius-end);
4694
4695
  background-position: top right;
4695
4696
  }
4696
- .tabs-lifted >
4697
- .tab-active:not(.tab-disabled):not([disabled])
4697
+ .tabs-lifted
4698
+ > .tab-active:not(.tab-disabled):not([disabled])
4698
4699
  + .tabs-lifted
4699
4700
  .tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
4700
4701
  background-image: var(--radius-end);