Skip to content

Commit

Permalink
Hide placeholder select / button from search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ommann committed Feb 27, 2024
1 parent ce448dc commit 9ddd66f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ <h3 style='font-size: 1.4rem; margin: 0'>Rajaa hakua</h3>
<div class="col-auto pe-lg-0 py-1">
<app-primary-action-button
role="link"
content="Uuteen hakuun"
i18n-content="@@publication2.toNewSearch"
content="Vanhaan hakuun"
i18n-content="@@publication2.toOldSearch"
routerLink='/results/publications'
></app-primary-action-button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/app/portal/search-bar2/search-bar2.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div style='display: flex; justify-content: center;'>
<div style='display:flex; justify-content: center; align-items: center; background-color: white; height: 55px; width: 180px; margin-right: 8px'>
<!--<div style='display:flex; justify-content: center; align-items: center; background-color: white; height: 55px; width: 180px; margin-right: 8px'>
Kohdista haku
</div>
</div>-->

<!--
[(ngModel)]='keywords'
Expand Down

0 comments on commit 9ddd66f

Please sign in to comment.