Skip to content

Commit

Permalink
EDX-1859 - cleans up testing css in datepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
mightycox committed Oct 11, 2023
1 parent 2ae7114 commit 475cb29
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions frontend/src/components/util/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,7 @@ export default defineComponent({
>
<template #dp-input="{ value, onInput, onEnter, onTab }">
<v-text-field
class="datepicker-text-field"
type="text"
height="26px"
:model-value="value"
:rules="rules"
prepend-inner-icon="mdi-calendar"
Expand All @@ -82,18 +80,10 @@ export default defineComponent({
</template>
</VueDatePicker>
</template>

<style scoped>
.datepicker-text-field > input {
height: 26px;
max-height: 26px;
min-height: 26px;
}
:deep(.dp__input_wrap) {
position: relative;
width: 100%;
position: relative;
width: 100%;
box-sizing: border-box !important;
}
</style>

0 comments on commit 475cb29

Please sign in to comment.