Skip to content

Commit

Permalink
fix(archive): Fix inconsistent search bar style on mobile devices (#1165
Browse files Browse the repository at this point in the history
)

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Mingze and mergify[bot] authored Jan 29, 2020
1 parent 7d9f4c8 commit e058a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/viewers/archive/SearchBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
width: 100%;
height: 36px; // fix IE 11 doesn't respect line-height
font: inherit;
/* stylelint-disable-next-line property-no-vendor-prefix */
-webkit-appearance: none; // fix iOS Safari search bar rounded corner

&::-webkit-search-cancel-button,
&::-webkit-search-results-button {
Expand Down

0 comments on commit e058a8e

Please sign in to comment.