Skip to content

Commit

Permalink
chore: remove focus-within added in codeEditor/styles
Browse files Browse the repository at this point in the history
  • Loading branch information
shrilakshmishastry committed Sep 2, 2024
1 parent e2dbfbd commit e26006e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sandpack-react/src/components/CodeEditor/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ export const editorClassName = css({
[`.${placeholderClassName}`]: {
padding: "$space$4 0",
},
"&:focus-within": {
outline: "$colors$accent auto 1px",
},

/**
* For iOS: prevent browser zoom when clicking on sandbox.
Expand Down

0 comments on commit e26006e

Please sign in to comment.