Skip to content

Commit

Permalink
Merge pull request #278 from nathan-mittelette/272-fix-ios-searchbar
Browse files Browse the repository at this point in the history
#272 fix ios search bar
  • Loading branch information
bilelz authored Jan 19, 2022
2 parents 0cb604f + 42ae5c7 commit 2dc0c21
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ label,
-webkit-appearance: none;
appearance: none;
outline: none;
background-color: -webkit-control-background;

&:focus {
box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color;
Expand Down Expand Up @@ -181,4 +182,4 @@ label,

.label-for-search {
cursor: pointer;
}
}

0 comments on commit 2dc0c21

Please sign in to comment.