Commit e4f40521 authored by Harumi Jang's avatar Harumi Jang 🤠 Committed by Chris Wells
Browse files

Issue #3284330 by hooroomoo, fjgarlin, chrisfromredfin, bnjmnm, leslieg: Move...

Issue #3284330 by hooroomoo, fjgarlin, chrisfromredfin, bnjmnm, leslieg: Move advanced filter toggle and improve responsiveness of advanced filters
parent a1fec926
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
<svg width="32" height="25" viewBox="0 0 32 25" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M1 2H31" stroke="#003CC5" stroke-width="2" stroke-linecap="round"/>
    <path d="M1 22H31" stroke="#003CC5" stroke-width="2" stroke-linecap="round"/>
    <path d="M1 12H31" stroke="#003CC5" stroke-width="2" stroke-linecap="round"/>
    <circle cx="22.5" cy="2.5" r="2.25" fill="#003CC5" stroke="#003CC5" stroke-width="0.5"/>
    <circle cx="8.5" cy="12.5" r="2.25" fill="#003CC5" stroke="#003CC5" stroke-width="0.5"/>
    <circle cx="18.5" cy="22.5" r="2.25" fill="#003CC5" stroke="#003CC5" stroke-width="0.5"/>
</svg>
+0 −8
Original line number Diff line number Diff line
<svg width="32" height="25" viewBox="0 0 32 25" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path d="M1 2H31" stroke="#75767B" stroke-width="2" stroke-linecap="round"/>
    <path d="M1 22H31" stroke="#75767B" stroke-width="2" stroke-linecap="round"/>
    <path d="M1 12H31" stroke="#75767B" stroke-width="2" stroke-linecap="round"/>
    <circle cx="22.5" cy="2.5" r="2.25" fill="#75767B" stroke="#75767B" stroke-width="0.5"/>
    <circle cx="8.5" cy="12.5" r="2.25" fill="#75767B" stroke="#75767B" stroke-width="0.5"/>
    <circle cx="18.5" cy="22.5" r="2.25" fill="#75767B" stroke="#75767B" stroke-width="0.5"/>
</svg>
+12 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
	 viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve">
<style type="text/css">
	.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#232429;}
</style>
<g>
	<path class="st0" d="M199.11,426.67h113.78v-56.89H199.11V426.67z M0,85.33v56.89h512V85.33H0z M85.33,284.44h341.33v-56.89H85.33
		V284.44z"/>
</g>
</svg>
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

Loading