[MM-62517] Improve cross team search UI (#30698)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
@@ -63,7 +63,7 @@ const CloseIcon = styled.button`
|
|||||||
|
|
||||||
const SearchBoxHeader = styled.div`
|
const SearchBoxHeader = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-end;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ const SelectTeam = (props: Props) => {
|
|||||||
labels={<span>{teamName}</span>}
|
labels={<span>{teamName}</span>}
|
||||||
trailingElements={(teamId === props.selectedTeamId && (
|
trailingElements={(teamId === props.selectedTeamId && (
|
||||||
<CheckIcon
|
<CheckIcon
|
||||||
size={14}
|
size={16}
|
||||||
color='var(--button-bg, #1c58d9)'
|
color='var(--button-bg, #1c58d9)'
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
@@ -107,7 +107,7 @@ const SelectTeam = (props: Props) => {
|
|||||||
type='text'
|
type='text'
|
||||||
placeholder={intl.formatMessage({id: 'search_teams_selector.search_teams', defaultMessage: 'Search teams'})}
|
placeholder={intl.formatMessage({id: 'search_teams_selector.search_teams', defaultMessage: 'Search teams'})}
|
||||||
className='search-teams-selector-search'
|
className='search-teams-selector-search'
|
||||||
inputPrefix={<SearchIcon size={12}/>}
|
inputPrefix={<SearchIcon size={18}/>}
|
||||||
value={filter}
|
value={filter}
|
||||||
onChange={onFilterChange}
|
onChange={onFilterChange}
|
||||||
/>,
|
/>,
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user