mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +01:00
Fix missing spinner icons in date
This commit is contained in:
parent
8b22a258c6
commit
79d22e17a0
@ -1019,13 +1019,13 @@ export class Et2Date extends Et2InputWidget(FormControlMixin(LitFlatpickr))
|
||||
<div class="et2-date-time__scrollbuttons" part="scrollbuttons" @click=${this.handleScroll}>
|
||||
<et2-button-icon
|
||||
noSubmit
|
||||
name="chevron-up"
|
||||
image="chevron-up"
|
||||
data-direction="1"
|
||||
>↑
|
||||
</et2-button-icon>
|
||||
<et2-button-icon
|
||||
noSubmit
|
||||
name="chevron-down"
|
||||
image="chevron-down"
|
||||
data-direction="-1"
|
||||
>↓
|
||||
</et2-button-icon>
|
||||
|
Loading…
Reference in New Issue
Block a user