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

Commit 58c41a8

Browse files
author
Silviu Avram
committed
made the toggle button arrow non-selectable
1 parent c851c13 commit 58c41a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/themes/teams/components/Dropdown/dropdownStyles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const dropdownStyles: ComponentSlotStylesInput<DropdownProps, DropdownVariables>
8787
display: 'flex',
8888
justifyContent: 'center',
8989
alignItems: 'center',
90+
userSelect: 'none',
9091
...(fluid ? { right: 0 } : { left: `calc(${width} - ${toggleButtonSize})` }),
9192
}),
9293
}

0 commit comments

Comments
 (0)