Skip to content

Commit

Permalink
bugfix: adds cursor pointer style to dialog close button (#25265)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsunderhus authored Oct 20, 2022
1 parent be27026 commit 5ea1372
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "bugfix: adds cursor pointer style to dialog close button",
"packageName": "@fluentui/react-dialog",
"email": "bernardo.sunderhus@gmail.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const useDialogTitleInternalStyles = makeStyles({
color: 'inherit',
fontFamily: 'inherit',
fontSize: 'inherit',
cursor: 'pointer',
lineHeight: 0,
...shorthands.overflow('visible'),
...shorthands.padding(0),
Expand Down

0 comments on commit 5ea1372

Please sign in to comment.