Skip to content

Commit

Permalink
fix: remove invalid pseudo element from theme overrides (#2310)
Browse files Browse the repository at this point in the history
OKTA-755668 fix(odyssey-react-mui): remove invalid pseudo element from theme
  • Loading branch information
mohamed-okta authored Jul 31, 2024
1 parent 7ba8999 commit fea0793
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 fea0793

Please sign in to comment.