Skip to content

Commit

Permalink
Merge pull request #1248 from vutoan1245/issue/1240-search-filter-not…
Browse files Browse the repository at this point in the history
…-rendering-safari

Search filter not rendering properly in safari
  • Loading branch information
iturgeon authored Apr 6, 2020
2 parents dea3eac + d47dc79 commit 315610b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/obojobo-repository/shared/components/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ $search-input-height: 30px;
}

input {
position: relative;

@include text-input;

z-index: 1;
Expand All @@ -39,6 +37,8 @@ $search-input-height: 30px;
padding-left: 23px;
padding-right: 10px;
outline: none;
position: relative;
-webkit-appearance: none;

&::-webkit-search-cancel-button {
color: red;
Expand Down

0 comments on commit 315610b

Please sign in to comment.