Skip to content

Commit

Permalink
fix: remove input shadow on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasjs committed Mar 31, 2019
1 parent b7b978b commit cb93b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/form/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
width: 100%;
padding: 0.5rem 1rem;
margin: 4px;
background-clip: padding-box;

&.is-dark {
@include border-style(map-get($default-colors, "normal"), map-get($default-colors, "hover"));
Expand Down

0 comments on commit cb93b87

Please sign in to comment.