Skip to content

Commit

Permalink
Merge pull request #8910 from rahulsnkr/history-search-field-fix
Browse files Browse the repository at this point in the history
Fix#7398 - Resolves Delete and Cancel buttons not being shown when selecting items after searching history
  • Loading branch information
bsclifton authored Jun 24, 2021
2 parents f3c93fc + 8a20b93 commit 994390e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
display: flex;
}

:host([has-search-text]) {
z-index: 0;
}

.page-search_toggle {
visibility: hidden;
position: absolute;
Expand Down Expand Up @@ -156,4 +160,4 @@

</template>
<script src="br_toolbar_search_field.js"></script>
</dom-module>
</dom-module>

0 comments on commit 994390e

Please sign in to comment.