Skip to content

Commit

Permalink
style icon better for cross browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
nhobes committed Nov 1, 2024
1 parent 55e4c82 commit ec21a23
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 @@ -914,7 +914,7 @@
}

.pc-date-input-icon {
@apply absolute inset-y-0 right-0 flex items-center pr-3 cursor-pointer hover:text-gray-500 dark:hover:text-gray-300;
@apply absolute inset-y-0 right-0 flex items-center my-1 mr-3 bg-white pointer-events-none dark:bg-gray-800;
}

.pc-date-picker-indicator {
Expand Down

0 comments on commit ec21a23

Please sign in to comment.