feat(twenty-front/workspace-menu): improve workspace menu (#10642)
New workspace menu
This commit is contained in:
@ -19,9 +19,8 @@ const StyledHeader = styled.li`
|
||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||
border-top-left-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
border-top-right-radius: ${({ theme }) => theme.border.radius.sm};
|
||||
border-bottom: 1px solid ${({ theme }) => theme.border.color.light};
|
||||
|
||||
padding: ${({ theme }) => theme.spacing(1)};
|
||||
border-bottom: 1px solid ${({ theme }) => theme.border.color.light};
|
||||
|
||||
user-select: none;
|
||||
|
||||
|
||||
@ -80,12 +80,12 @@ export const useDropdown = (dropdownId?: string) => {
|
||||
}
|
||||
},
|
||||
[
|
||||
dropdownId,
|
||||
isDropdownOpen,
|
||||
setIsDropdownOpen,
|
||||
setActiveDropdownFocusIdAndMemorizePrevious,
|
||||
dropdownId,
|
||||
scopeId,
|
||||
setHotkeyScopeAndMemorizePreviousScope,
|
||||
setActiveDropdownFocusIdAndMemorizePrevious,
|
||||
setIsDropdownOpen,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user