Skip to content

Commit

Permalink
fix(archive): Fix inconsistent search cancel button in Expiring Embed (
Browse files Browse the repository at this point in the history
…#1161)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Mingze and mergify[bot] committed Jan 28, 2020
1 parent be4b645 commit dc2102d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/lib/viewers/archive/SearchBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
width: 100%;
height: 36px; // fix IE 11 doesn't respect line-height
font: inherit;

&::-webkit-search-cancel-button,
&::-webkit-search-results-button {
display: none; // consistent with Box webapp
}
}
}

0 comments on commit dc2102d

Please sign in to comment.