1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Fix display in chromium

This commit is contained in:
Adria Navarro 2024-05-21 11:54:55 +02:00
parent d97f3b0378
commit fc99fad3d2
2 changed files with 3 additions and 1 deletions

View file

@ -52,4 +52,7 @@
input.hide-arrows {
-moz-appearance: textfield;
}
input[type="time"]::-webkit-calendar-picker-indicator {
display: none;
}
</style>

View file

@ -24,7 +24,6 @@
hideArrows
type={"time"}
value={displayValue}
width={60}
on:input={handleChange}
on:change={handleChange}
/>