mirror of
https://github.com/plankanban/planka.git
synced 2025-08-04 21:15:25 +02:00
Update dependencies
This commit is contained in:
parent
fac5254ae8
commit
be9ab670f4
8 changed files with 369 additions and 324 deletions
|
@ -118,7 +118,12 @@ const DueDateEditStep = React.memo(({ defaultValue, onUpdate, onBack, onClose })
|
|||
<Input ref={timeField} name="time" value={data.time} onChange={handleFieldChange} />
|
||||
</div>
|
||||
</div>
|
||||
<DatePicker inline selected={nullableDate} onChange={handleDatePickerChange} />
|
||||
<DatePicker
|
||||
inline
|
||||
disabledKeyboardNavigation
|
||||
selected={nullableDate}
|
||||
onChange={handleDatePickerChange}
|
||||
/>
|
||||
<Button positive content={t('action.save')} />
|
||||
</Form>
|
||||
<Button
|
||||
|
|
|
@ -94,6 +94,14 @@
|
|||
top: 0;
|
||||
margin: 9px 0;
|
||||
}
|
||||
|
||||
.react-datepicker__day {
|
||||
outline: none;
|
||||
|
||||
&:hover {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#root {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue