Skip to content

Commit

Permalink
fix: hovered menubutton icon does not disappear (#32917)
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley authored Sep 26, 2024
1 parent eb31371 commit 6d209c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: hovered menubutton icon does not disappear",
"packageName": "@fluentui/react-button",
"email": "sarah.higley@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const useIconExpandedStyles = makeStyles({
// High contrast styles
'@media (forced-colors: active)': {
':hover': {
color: 'Canvas',
color: 'Highlight',
},
},
},
Expand Down

0 comments on commit 6d209c7

Please sign in to comment.