Skip to content

Commit

Permalink
Merge pull request #203 from vasilisdotme/patch-1
Browse files Browse the repository at this point in the history
Hotfix style in Safari. Closes #202
  • Loading branch information
matiasperrone authored Jun 9, 2020
2 parents ed92039 + dbe087a commit 6954ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
}

&__input {
appearance: none;
background: transparent;
height: 4em;
color: $primary-text-color;
Expand All @@ -106,7 +107,6 @@
word-spacing: 0.4166666666666666666666666666666em;
border: 0;
@include focusStyle();

&::-webkit-input-placeholder,
&::-moz-placeholder,
&:-ms-input-placeholder,
Expand Down

0 comments on commit 6954ab5

Please sign in to comment.