Changed stylesheet to disable calender in popup of DurationField.
* calender popup should only show the time selector, because the modified DurationField only uses this value Signed-off-by: Nonnenmacher Fabian <fabian.nonnenmacher@bosch-si.com>
This commit is contained in:
committed by
Nonnenmacher Fabian
parent
ee1aabc93f
commit
acc0770d36
@@ -44,5 +44,11 @@
|
|||||||
bottom: 13px;
|
bottom: 13px;
|
||||||
color: $button-icon-color;
|
color: $button-icon-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.durationfield .v-datefield-calendarpanel-header,
|
||||||
|
.durationfield .v-datefield-calendarpanel-body {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user