mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-22 22:28:19 +00:00
fix: fix search page "clear filters" button style; refs #180
This commit is contained in:
parent
fdd1ce494f
commit
72e007b674
@ -242,7 +242,9 @@ const SearchBox = (props: SearchBoxProps) => {
|
||||
className={`${showClear ? 'show' : ''}`}
|
||||
onClick={clear}
|
||||
>
|
||||
Clear Filters
|
||||
<span>clear</span>
|
||||
<span> </span>
|
||||
<span>filters</span>
|
||||
</Clear>
|
||||
</Filters>
|
||||
{busy ? (
|
||||
@ -394,6 +396,12 @@ const Clear = styled(Typography)`
|
||||
&.show {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
${(props) => lsdUtils.breakpoint(props.theme, 'xs', 'exact')} {
|
||||
span:not(:first-child) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
`
|
||||
|
||||
const Details = styled(Typography)`
|
||||
|
Loading…
x
Reference in New Issue
Block a user