Skip to content

Commit

Permalink
fix: Remove ltr CSS for placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
im3dabasia committed Jan 3, 2025
1 parent ddc78cd commit 7056c85
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ export const Input = styled.input< InputProps >`
&[type='url'] {
/* rtl:ignore */
direction: ltr;
&::-webkit-input-placeholder {
// For RTL languages, the value changes to "rtl".
direction: ltr !important;
}
}
}
`;
Expand Down

0 comments on commit 7056c85

Please sign in to comment.