We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2802f96 commit eb2a1eaCopy full SHA for eb2a1ea
templates/shared/search/combo.tmpl
@@ -10,7 +10,7 @@
10
{{template "shared/search/input" dict "Value" .Value "Disabled" .Disabled "Placeholder" .Placeholder}}
11
{{if .SearchModes}}
12
<div class="ui small dropdown selection {{if .Disabled}}disabled{{end}}" data-tooltip-content="{{ctx.Locale.Tr "search.type_tooltip"}}">
13
- <div class="text"></div> {{svg "octicon-triangle-down" 14 "dropdown icon"}}
+ <div class="text"> </div> {{svg "octicon-triangle-down" 14 "dropdown icon"}}
14
<input name="search_mode" type="hidden" value="
15
{{- if .SelectedSearchMode -}}
16
{{- .SelectedSearchMode -}}
0 commit comments