Skip to content

Commit

Permalink
fix(ffe-datepicker): Make calendar icon clickable on Android
Browse files Browse the repository at this point in the history
This commit fix an issue where the dateinput field will not get focus when the calendar icon inside the input field is clicked on Android.

FFE-246
  • Loading branch information
forsen committed Jan 23, 2018
1 parent 70f0146 commit 0c884b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ffe-datepicker/less/dateinput.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

&__field {
min-width: 160px;
z-index: 1;

&::-ms-clear {
display: none;
Expand All @@ -21,5 +22,6 @@
width: 26px;
height: 26px;
fill: @ffe-blue-azure;
z-index: -1;
}
}

0 comments on commit 0c884b4

Please sign in to comment.