Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit c590f3e

Browse files
author
manajdov
committed
-fixed underlined active + hovered style
1 parent a97a2fe commit c590f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/themes/teams/components/Menu/menuItemStyles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const getFocusedStyles = ({
4545
color: string
4646
}): ICSSInJSStyle => {
4747
const { primary, underlined, iconOnly, isFromKeyboard, active } = props
48-
if (active) return {}
48+
if (active && !underlined) return {}
4949
return {
5050
...((underlined && !isFromKeyboard) || iconOnly
5151
? {

0 commit comments

Comments
 (0)