Skip to content

Commit

Permalink
fix: remove invalid pseudo element from theme overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-okta committed Jul 30, 2024
1 parent 84f3af3 commit 233a924
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/odyssey-react-mui/src/theme/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1933,11 +1933,6 @@ export const components = ({
WebkitAppearance: "none",
} satisfies CSSProperties,

[`&::-moz-search-cancel-button`]: {
display: "none",
MozAppearance: "none",
} satisfies CSSProperties,

[`&::-ms-clear`]: {
display: "none",
},
Expand Down

0 comments on commit 233a924

Please sign in to comment.