Skip to content

Commit

Permalink
Merge pull request #3794 from nextcloud/fix/noid/datepicker-background
Browse files Browse the repository at this point in the history
Fix clipped background color for NcDatetimePicker
  • Loading branch information
GretaD authored Feb 20, 2023
2 parents 4079199 + 11e8425 commit e605ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/NcDatetimePicker/NcDatetimePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,10 @@ export default {
</script>
<style lang="scss" scoped>
.mx-datepicker :deep(.mx-input-wrapper .mx-input) {
background-clip: border-box;
}
.datetime-picker-inline-icon {
opacity: .3;
border: none;
Expand Down

0 comments on commit e605ab4

Please sign in to comment.