daisyui 4.0.4 → 4.0.5
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 +2 -2
- package/dist/styled.css +2 -2
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +2 -2
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -2897,8 +2897,8 @@ html {
|
|
|
2897
2897
|
.tabs {
|
|
2898
2898
|
display: grid;
|
|
2899
2899
|
align-items: flex-end}
|
|
2900
|
-
.tabs-lifted:has(.tab-content[class^="rounded-"]) :first-child:not(.tab-active),
|
|
2901
|
-
.tabs-lifted:has(.tab-content[class*=" rounded-"]) :first-child:not(.tab-active) {
|
|
2900
|
+
.tabs-lifted:has(.tab-content[class^="rounded-"]) .tab:first-child:not(.tab-active),
|
|
2901
|
+
.tabs-lifted:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(.tab-active) {
|
|
2902
2902
|
border-bottom-color: transparent}
|
|
2903
2903
|
.tab {
|
|
2904
2904
|
position: relative;
|
package/dist/styled.css
CHANGED
|
@@ -1142,8 +1142,8 @@
|
|
|
1142
1142
|
display: grid;
|
|
1143
1143
|
align-items: flex-end;
|
|
1144
1144
|
}
|
|
1145
|
-
.tabs-lifted:has(.tab-content[class^="rounded-"]) :first-child:not(.tab-active),
|
|
1146
|
-
.tabs-lifted:has(.tab-content[class*=" rounded-"]) :first-child:not(.tab-active) {
|
|
1145
|
+
.tabs-lifted:has(.tab-content[class^="rounded-"]) .tab:first-child:not(.tab-active),
|
|
1146
|
+
.tabs-lifted:has(.tab-content[class*=" rounded-"]) .tab:first-child:not(.tab-active) {
|
|
1147
1147
|
border-bottom-color: transparent;
|
|
1148
1148
|
}
|
|
1149
1149
|
.tab {
|