Skip to content

Commit

Permalink
Remove disabling focus outline in settings panel
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Feb 9, 2024
1 parent 51e6c54 commit 831e1f3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Playroom/SettingsPanel/SettingsPanel.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ export const textField = style([
color: colorPaletteVars.foreground.neutral,
height: vars.touchableSize,
background: colorPaletteVars.background.surface,
':focus': {
outline: 'none',
},
'::placeholder': {
color: colorPaletteVars.foreground.neutralSoft,
},
Expand Down

0 comments on commit 831e1f3

Please sign in to comment.