We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f59a253 commit 93fea56Copy full SHA for 93fea56
resources/css/luvi-ui.css
@@ -66,4 +66,7 @@
66
font-synthesis-weight: none;
67
text-rendering: optimizeLegibility;
68
}
69
+ [type="checkbox"]:indeterminate {
70
+ @apply bg-primary;
71
+ }
72
resources/views/components/checkbox/index.blade.php
@@ -1,4 +1,4 @@
1
<input
2
type="checkbox"
3
- {{ $attributes->twMerge('peer rounded text-black disabled:cursor-not-allowed disabled:opacity-50') }}
+ {{ $attributes->twMerge('peer rounded checked:text-primary disabled:cursor-not-allowed disabled:opacity-50') }}
4
/>
0 commit comments