Skip to content

Commit

Permalink
#272 fix ios search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-mittelette committed Dec 30, 2021
1 parent 0cb604f commit 42ae5c7
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 42ae5c7

Please sign in to comment.