Skip to content

Commit

Permalink
Merge pull request #747 from ovh/develop
Browse files Browse the repository at this point in the history
Release v5.3.1
  • Loading branch information
antleblanc authored Nov 23, 2021
2 parents fa921ff + 42822db commit 21f6788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/components/calendar/src/js/calendar.provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default class {
this.locale = 'en';
this.options = {
altInputClass: 'oui-calendar__control oui-calendar__control_alt',
allowInput: false,
allowInput: true,
dateFormat: 'Y-m-d',
disableMobile: true,
maxDate: null,
Expand Down
3 changes: 1 addition & 2 deletions packages/components/calendar/src/less/flatpickr.less
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,10 @@
font-size: inherit;
font-weight: inherit;
color: inherit;
background: none;

&:hover,
&:focus {
background: none;
opacity: 0.8;
color: inherit;
}
}
Expand Down

0 comments on commit 21f6788

Please sign in to comment.