File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
js/components/ui/TimePicker Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ const setToNow = () => {
4444 <TimeFieldInput
4545 v-else
4646 :part =" item.part"
47- class =" rounded-sm px-0.25 py-0.5 focus:bg-gray -100 focus:outline-hidden data-placeholder:text-gray-600 dark:focus:bg-gray-800 dark:data-placeholder:text-gray-400"
47+ class =" rounded-sm px-0.25 py-0.5 focus:bg-blue -100 focus:outline-hidden data-placeholder:text-gray-600 dark:focus:bg-blue-900 dark:data-placeholder:text-gray-400"
4848 >
4949 {{ item.value }}
5050 </TimeFieldInput >
5151 </template >
5252 </div >
5353 <div class =" flex items-center gap-1" >
54- <Button v-if =" clearable" @click =" setToNow" type =" button" class =" " size =" xs" v-tooltip =" __('Set to now')" icon =" time-now" />
55- <Button v-if =" clearable" @click =" emit('update:modelValue', null)" type =" button" class =" " v-tooltip =" __('Clear')" icon =" x" size =" xs" />
54+ <Button v-if =" clearable" @click =" setToNow" type =" button" class =" [ & _svg]:opacity-80! dark:[ & _svg]:opacity-70! hover:[ & _svg]:opacity-100! " size =" xs" v-tooltip =" __('Set to now')" icon =" time-now" />
55+ <Button v-if =" clearable" @click =" emit('update:modelValue', null)" type =" button" class =" [ & _svg]:opacity-80! dark:[ & _svg]:opacity-70! hover:[ & _svg]:opacity-100! " v-tooltip =" __('Clear')" icon =" x" size =" xs" />
5656 </div >
5757 </TimeFieldRoot >
5858
You can’t perform that action at this time.
0 commit comments