Skip to content

Commit 856d6d4

Browse files
authored
fix(dropdowns): prevent menu Item anchor hover styling from leaking through (#2053)
1 parent f79520d commit 856d6d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/dropdowns/src/views/menu/StyledItemAnchor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const StyledItemAnchor = styled(StyledOption).attrs({
2525
2626
&&:hover {
2727
text-decoration: none; /* [1] */
28+
color: inherit; /* [1] */
2829
}
2930
3031
&[aria-current='page'] > ${StyledItemTypeIcon} {

0 commit comments

Comments
 (0)