Skip to content
Snippets Groups Projects

Minor Code fix for Open Access Policy Image

Merged Jennifer Lynn Goyne requested to merge JLGBrandingVer2 into vt_7_x_dev
Viewing commit cfcb0beb
Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -10,7 +10,7 @@
</div>
<input type="text" [(ngModel)]="query" name="query" class="form-control"
attr.aria-label="{{ searchPlaceholder }}" [attr.data-test]="'search-box' | dsBrowserOnly"
[placeholder]="searchPlaceholder">
[placeholder]="searchPlaceholder" autofocus="autofocus">
<span class="input-group-append">
<button type="submit" class="search-button btn btn-{{brandColor}}" [attr.data-test]="'search-button' | dsBrowserOnly"><i class="fas fa-search"></i> {{ ('search.form.search' | translate) }} </button>
</span>