Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContextualMenu: revert fluent update #10005

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -0,0 +1,8 @@
{
"type": "patch",
"comment": "ContextualMenu: Reverts splitPrimary button hover state back to highlighting whole button",
"packageName": "@uifabric/fluent-theme",
"email": "v-mare@microsoft.com",
"commit": "fdbeb24dc9ba95c0a99f8fc5834cf0c7ca7d3eb8",
"date": "2019-07-31T18:21:56.836Z"
}
Expand Up @@ -84,12 +84,7 @@ export const ContextualMenuStyles = (props: IContextualMenuStyleProps): Partial<
lineHeight: CONTEXTUAL_MENU_ITEM_HEIGHT,
selectors: {
':hover': {
backgroundColor: palette.neutralLighter,
selectors: {
'~$splitMenu': {
backgroundColor: palette.white
}
}
backgroundColor: palette.neutralLighter
}
}
},
Expand Down