daisyui 4.10.3 → 4.10.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 +1960 -2
- package/dist/styled.css +5 -0
- package/dist/styled.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -3077,6 +3077,7 @@ details.collapse summary {
|
|
|
3077
3077
|
border-color: var(--fallback-er,oklch(var(--er)/var(--tw-border-opacity)));
|
|
3078
3078
|
outline-color: var(--fallback-er,oklch(var(--er)/1));
|
|
3079
3079
|
}
|
|
3080
|
+
.input:has(> input[disabled]),
|
|
3080
3081
|
.input-disabled,
|
|
3081
3082
|
.input:disabled,
|
|
3082
3083
|
.input[disabled] {
|
|
@@ -3087,11 +3088,15 @@ details.collapse summary {
|
|
|
3087
3088
|
background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
|
|
3088
3089
|
color: var(--fallback-bc,oklch(var(--bc)/0.4));
|
|
3089
3090
|
}
|
|
3091
|
+
.input:has(> input[disabled])::placeholder,
|
|
3090
3092
|
.input-disabled::placeholder,
|
|
3091
3093
|
.input:disabled::placeholder,
|
|
3092
3094
|
.input[disabled]::placeholder {
|
|
3093
3095
|
color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
|
|
3094
3096
|
--tw-placeholder-opacity: 0.2;
|
|
3097
|
+
}
|
|
3098
|
+
.input:has(> input[disabled]) > input[disabled] {
|
|
3099
|
+
cursor: not-allowed;
|
|
3095
3100
|
}
|
|
3096
3101
|
/* &::-webkit-calendar-picker-indicator {
|
|
3097
3102
|
display: none;
|