Skip to content
Snippets Groups Projects
Unverified Commit 09c075a7 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

remove border from SearchContainer until activated (#38142)

parent 94f10ed1
Branches
Tags
No related merge requests found
......@@ -65,13 +65,14 @@ export const SearchInputContainer = styled.div<{
width: 2rem;
height: 2rem;
border-radius: 99px;
border-color: transparent;
${props =>
props.isActive &&
css`
width: 100%;
border-color: ${color("border")};
${activeInputCSS};
`}
`};
}
${breakpointMinSmall} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment