Skip to content

Commit

Permalink
Merge pull request #50 from klippa-app/fix_background_hover_status_fo…
Browse files Browse the repository at this point in the history
…r_calendar_picker

Fix background hover status for calendar picker
  • Loading branch information
joaomsg11 authored Sep 19, 2024
2 parents 8741333 + a680418 commit 4c11b27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/klippa/ngx-enhancy-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@klippa/ngx-enhancy-forms",
"version": "18.23.0",
"version": "18.23.1",
"publishConfig": {
"access": "public"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
display: block;
// patching some styling in the native material date picker so it is inline with our own styling
::ng-deep {

.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
border-radius: unset
}
.mat-mdc-form-field {
display: block;
height: 100%;
Expand All @@ -27,6 +31,7 @@

.mat-mdc-form-field-icon-suffix {
height: 100%;
padding:0;
}


Expand Down

0 comments on commit 4c11b27

Please sign in to comment.