Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion stubs/resources/views/flux/select/variants/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
// Make the placeholder match the text color of standard input placeholders...
->add('has-[option.placeholder:checked]:text-zinc-400 dark:has-[option.placeholder:checked]:text-zinc-400')
// Options on Windows don't inherit dark mode styles, so we need to force them...
->add('dark:[&>option]:bg-zinc-700 dark:[&>option]:text-white')
// Matched as descendants rather than children so options inside an <optgroup> are covered too...
->add('dark:[&_option]:bg-zinc-700 dark:[&_option]:text-white')
->add('disabled:shadow-none')
->add($invalid
? 'border border-red-500'
Expand Down