12 lines
393 B
HTML
12 lines
393 B
HTML
|
|
{{define "cmd-k-button"}}
|
||
|
|
<!-- CMD+K Command Bar Button (Fixed Left - Last) -->
|
||
|
|
<button
|
||
|
|
id="cmd-k-button"
|
||
|
|
class="fixed-btn cmd-k-btn no-print has-tooltip"
|
||
|
|
aria-label="{{.UI.CmdK.Button.AriaLabel}}"
|
||
|
|
data-tooltip="{{.UI.CmdK.Button.Tooltip}}"
|
||
|
|
_="on click set #cmd-k-bar's @open to true">
|
||
|
|
<iconify-icon icon="mdi:text-box-search-outline"></iconify-icon>
|
||
|
|
</button>
|
||
|
|
{{end}}
|