Skip to content

Commit

Permalink
fix: remove decoration from search field
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Nov 10, 2022
1 parent 1588a8d commit 3c7a79c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ legend {
color: $black;
}

[type=search]::-webkit-search-cancel-button {
display: none;
}

.form-group {
@extend .mb-3;
}
Expand Down

0 comments on commit 3c7a79c

Please sign in to comment.