Skip to content

Commit

Permalink
make the label invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 18, 2024
1 parent da74af0 commit c74e6c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/modules/components/AppSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -618,6 +618,10 @@ export default function AppSearch(props) {
width: '18px',
height: '18px',
},
'& .DocSearch-VisuallyHiddenForAccessibility': {
width: 0,
visibility: 'hidden',
},
},
'& .DocSearch-Cancel': {
display: 'block',
Expand Down

0 comments on commit c74e6c6

Please sign in to comment.