Skip to content

Commit 9439a51

Browse files
committed
101198: Fixed issue with header search bar
1 parent 1b9a85b commit 9439a51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/search-navbar/search-navbar.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<input #searchInput [@toggleAnimation]="isExpanded" [attr.aria-label]="('nav.search' | translate)" name="query"
55
formControlName="query" type="text" placeholder="{{searchExpanded ? ('nav.search' | translate) : ''}}"
66
class="d-inline-block bg-transparent position-absolute form-control dropdown-menu-right p-1" [attr.data-test]="'header-search-box' | dsBrowserOnly">
7-
<button class="submit-icon btn btn-link ds-btn-link" type="button" (click)="searchExpanded ? onSubmit(searchForm.value) : expand()" [attr.data-test]="'header-search-icon' | dsBrowserOnly">
7+
<button class="submit-icon btn btn-link btn-link-inline" type="button" (click)="searchExpanded ? onSubmit(searchForm.value) : expand()" [attr.data-test]="'header-search-icon' | dsBrowserOnly">
88
<em class="fas fa-search fa-lg fa-fw"></em>
99
</button>
1010
</form>

0 commit comments

Comments
 (0)