daisyui 4.12.15 → 4.12.16
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 +5 -4
- package/dist/styled.css +5 -1
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +5 -0
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -2933,6 +2933,11 @@ html {
|
|
|
2933
2933
|
.collapse > input[type="radio"] {
|
|
2934
2934
|
appearance: none;
|
|
2935
2935
|
opacity: 0}
|
|
2936
|
+
:where(.collapse > input[type="checkbox"]),
|
|
2937
|
+
:where(.collapse > input[type="radio"]) {
|
|
2938
|
+
height: 100%;
|
|
2939
|
+
width: 100%;
|
|
2940
|
+
z-index: 1}
|
|
2936
2941
|
.collapse-content {
|
|
2937
2942
|
visibility: hidden;
|
|
2938
2943
|
grid-column-start: 1;
|
|
@@ -4781,13 +4786,9 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4781
4786
|
cursor: unset}
|
|
4782
4787
|
.collapse-title {
|
|
4783
4788
|
position: relative}
|
|
4784
|
-
:where(.collapse > input[type="checkbox"]),
|
|
4785
|
-
:where(.collapse > input[type="radio"]) {
|
|
4786
|
-
z-index: 1}
|
|
4787
4789
|
.collapse-title,
|
|
4788
4790
|
:where(.collapse > input[type="checkbox"]),
|
|
4789
4791
|
:where(.collapse > input[type="radio"]) {
|
|
4790
|
-
width: 100%;
|
|
4791
4792
|
padding: 1rem;
|
|
4792
4793
|
padding-inline-end: 3rem;
|
|
4793
4794
|
min-height: 3.75rem;
|
package/dist/styled.css
CHANGED
|
@@ -335,6 +335,11 @@
|
|
|
335
335
|
appearance: none;
|
|
336
336
|
opacity: 0;
|
|
337
337
|
}
|
|
338
|
+
:where(.collapse > input[type="checkbox"]),
|
|
339
|
+
:where(.collapse > input[type="radio"]) {
|
|
340
|
+
height: 100%;
|
|
341
|
+
width: 100%;
|
|
342
|
+
}
|
|
338
343
|
.collapse-content {
|
|
339
344
|
visibility: hidden;
|
|
340
345
|
grid-column-start: 1;
|
|
@@ -2572,7 +2577,6 @@ details.collapse summary {
|
|
|
2572
2577
|
.collapse-title,
|
|
2573
2578
|
:where(.collapse > input[type="checkbox"]),
|
|
2574
2579
|
:where(.collapse > input[type="radio"]) {
|
|
2575
|
-
width: 100%;
|
|
2576
2580
|
padding: 1rem;
|
|
2577
2581
|
padding-inline-end: 3rem;
|
|
2578
2582
|
min-height: 3.75rem;
|