Skip to content

Commit 0a8e9ec

Browse files
authored
fix: v8 picker suggestion items color issue on hover in WHCM (#34724)
1 parent 232d50c commit 0a8e9ec

3 files changed

Lines changed: 145 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: Picker suggestion items hover correctly in WHCM",
4+
"packageName": "@fluentui/react",
5+
"email": "sarah.higley@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

packages/react/src/components/pickers/Suggestions/SuggestionsItem.styles.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export function getStyles(props: ISuggestionsItemStyleProps): ISuggestionsItemSt
8585
':hover': {
8686
color: semanticColors.menuItemTextHovered,
8787
},
88+
'.ms-Button-flexContainer': {
89+
width: '100%',
90+
},
8891
},
8992
},
9093
suggested && [

0 commit comments

Comments
 (0)