Skip to content

Commit

Permalink
fix: allow users to click input when populated, closes #4582
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 28, 2023
1 parent b7a34a9 commit e282139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/text-input-field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,13 @@ export function TextInputField({
right: '-1px',
top: '-1px',
bottom: '-1px',
zIndex: -1,
}}
border="default"
borderRadius="sm"
className={css({
'& :has(:focus)::before': {
border: '2px solid #bfc6ff',
border: '1px solid green',
},
})}
cursor="text"
Expand Down

0 comments on commit e282139

Please sign in to comment.