Skip to content

Commit

Permalink
Merge pull request #373 from IdoLeshkowitz/main
Browse files Browse the repository at this point in the history
fix the date inputs icon overlap in safari
  • Loading branch information
nhobes authored Nov 18, 2024
2 parents 1ae9eeb + 4c482a6 commit 89662fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
/* Date and Time Field Styles */
.pc-date-input {
@apply pc-text-input;
@apply [-webkit-appearance:none] [&::-webkit-datetime-edit-fields-wrapper]:p-0 [&::-webkit-date-and-time-value]:text-black dark:[&::-webkit-date-and-time-value]:text-white;
@apply [-webkit-appearance:none] [&::-webkit-datetime-edit-fields-wrapper]:p-0 [&::-webkit-date-and-time-value]:text-black dark:[&::-webkit-date-and-time-value]:text-white pe-[40px];
}

.pc-date-input-wrapper {
Expand Down

0 comments on commit 89662fb

Please sign in to comment.