Keep parser actions always visible
This commit is contained in:
@@ -30,12 +30,6 @@
|
||||
<button class="arrow-button arrow-button-next" id="nextProductButton" type="button" title="Next product" aria-label="Next product"></button>
|
||||
</div>
|
||||
|
||||
<button class="drawer-trigger" id="parserDrawerToggle" type="button" aria-expanded="true" aria-controls="parserDrawer">
|
||||
<svg class="sidebar-icon" aria-hidden="true"><use href="/icons.svg#sliders"></use></svg>
|
||||
<span>Parser tools</span>
|
||||
<span class="drawer-chevron" aria-hidden="true">⌃</span>
|
||||
</button>
|
||||
|
||||
<div class="sidebar-section parser-drawer" id="parserDrawer">
|
||||
<div class="parser-actions" aria-label="Parser actions">
|
||||
<button class="action-button" id="findSourcesButton" type="button"><svg class="sidebar-icon" aria-hidden="true"><use href="/icons.svg#search"></use></svg><span>Find sources</span></button>
|
||||
|
||||
Reference in New Issue
Block a user