daisyui 3.7.1 → 3.7.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 +4 -0
- package/dist/styled.css +5 -0
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +5 -0
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -2474,6 +2474,10 @@ html {
|
|
|
2474
2474
|
.join *:first-child:not(:last-child) .join-item {
|
|
2475
2475
|
border-top-right-radius: 0;
|
|
2476
2476
|
border-bottom-right-radius: 0}
|
|
2477
|
+
.join .dropdown .join-item:first-child:not(:last-child),
|
|
2478
|
+
.join *:first-child:not(:last-child) .dropdown .join-item {
|
|
2479
|
+
border-top-right-radius: inherit;
|
|
2480
|
+
border-bottom-right-radius: inherit}
|
|
2477
2481
|
.join :where(.join-item:first-child:not(:last-child)),
|
|
2478
2482
|
.join :where(*:first-child:not(:last-child) .join-item) {
|
|
2479
2483
|
border-bottom-left-radius: inherit;
|
package/dist/styled.css
CHANGED
|
@@ -742,6 +742,11 @@
|
|
|
742
742
|
border-top-right-radius: 0;
|
|
743
743
|
border-bottom-right-radius: 0;
|
|
744
744
|
}
|
|
745
|
+
.join .dropdown .join-item:first-child:not(:last-child),
|
|
746
|
+
.join *:first-child:not(:last-child) .dropdown .join-item {
|
|
747
|
+
border-top-right-radius: inherit;
|
|
748
|
+
border-bottom-right-radius: inherit;
|
|
749
|
+
}
|
|
745
750
|
.join :where(.join-item:first-child:not(:last-child)),
|
|
746
751
|
.join :where(*:first-child:not(:last-child) .join-item) {
|
|
747
752
|
border-bottom-left-radius: inherit;
|