Skip to content

Commit

Permalink
[docs] Use mouse pointer on esc button in the search modal (mui#34485)
Browse files Browse the repository at this point in the history
  • Loading branch information
minkyngkm authored and Daniel Rabe committed Nov 29, 2022
1 parent 69fc61f commit 826f027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/modules/components/AppSearch.js
Expand Up @@ -468,6 +468,7 @@ export default function AppSearch() {
'& .DocSearch-Cancel': {
display: 'block',
alignSelf: 'center',
cursor: 'pointer',
height: '1.5rem',
marginRight: theme.spacing(1),
padding: theme.spacing(0.3, 0.8, 0.6, 0.8),
Expand Down

0 comments on commit 826f027

Please sign in to comment.