mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Adds pointer cursor to date/time fields
This commit is contained in:
@@ -71,6 +71,7 @@
|
||||
{max}
|
||||
autocomplete={autocomplete ? 'on' : 'off'}
|
||||
type="date"
|
||||
style="cursor: pointer;"
|
||||
class="input-text"
|
||||
bind:value
|
||||
bind:this={element}
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
autocomplete={autocomplete ? 'on' : 'off'}
|
||||
type="time"
|
||||
class="input-text"
|
||||
style="cursor: pointer;"
|
||||
bind:value
|
||||
bind:this={element}
|
||||
on:invalid={handleInvalid}
|
||||
|
||||
@@ -100,3 +100,4 @@
|
||||
<Button secondary submit>Delete</Button>
|
||||
</svelte:fragment>
|
||||
</Modal> -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user