Skip to content

Commit

Permalink
Merge pull request #381 from thanksameeelian/fix-searchbox-outline
Browse files Browse the repository at this point in the history
add search input to default elements
  • Loading branch information
thanksameeelian authored Nov 7, 2022
2 parents 2737c89 + 7ed6df5 commit f5459b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/styles/trackInputModality.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function setUpEventHandlers(disableFocusRingByDefault) {
'input[type=text]',
'input[type=radio]',
'input[type=checkbox]',
'input[type=search]',
'input[type=number]',
'input[type=date]',
'input[type=time]',
Expand Down

0 comments on commit f5459b3

Please sign in to comment.