Fix design filter dropdown
This commit is contained in:
@ -65,6 +65,7 @@ const StyledDropdown = styled.ul`
|
|||||||
&:last-of-type {
|
&:last-of-type {
|
||||||
border-bottom-left-radius: var(--outer-border-radius);
|
border-bottom-left-radius: var(--outer-border-radius);
|
||||||
border-bottom-right-radius: var(--outer-border-radius);
|
border-bottom-right-radius: var(--outer-border-radius);
|
||||||
|
border-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
@ -125,6 +126,8 @@ const StyledSearchField = styled.li`
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
color: ${(props) => props.theme.text60};
|
color: ${(props) => props.theme.text60};
|
||||||
font-weight: ${(props) => props.theme.fontWeightBold};
|
font-weight: ${(props) => props.theme.fontWeightBold};
|
||||||
|
border-bottom: var(--wraper-border) solid
|
||||||
|
${(props) => props.theme.primaryBorder};
|
||||||
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
input {
|
input {
|
||||||
|
|||||||
Reference in New Issue
Block a user