@helpwave/hightide
Version:
helpwave's component and theming library
16 lines (14 loc) • 453 B
CSS
@layer components {
[data-name="date-time-input"] {
@apply input-element flex-row-2 px-3 pr-10 h-element-md rounded-md w-full items-center justify-between;
&:hover {
@apply cursor-pointer;
}
&[type="date"]::-webkit-calendar-picker-indicator,
&[type="datetime-local"]::-webkit-calendar-picker-indicator,
&[type="time"]::-webkit-calendar-picker-indicator {
display: none;
-webkit-appearance: none;
}
}
}