Skip to content

Commit

Permalink
[docs-infra] Make the Algolia search input label invisible (#41542)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Mar 18, 2024
1 parent e164e6b commit c25a407
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 c25a407

Please sign in to comment.