Skip to content

Commit

Permalink
updated styles for menu item disabled state (#28412)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkakroo authored Jul 3, 2023
1 parent e7a838b commit 61633ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: menu item disabled style",
"packageName": "@fluentui/react-menu",
"email": "[email protected]",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ const useStyles = makeStyles({
color: tokens.colorNeutralForegroundDisabled,
':hover': {
color: tokens.colorNeutralForegroundDisabled,
backgroundColor: tokens.colorNeutralBackground1,
cursor: 'not-allowed',
[`& .${iconFilledClassName}`]: {
display: 'none',
},
Expand Down

0 comments on commit 61633ba

Please sign in to comment.