Skip to content

Commit 3691d25

Browse files
Fix #16: Firefox not Working
1 parent 47dab4e commit 3691d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
opacity: 1;
2222
transition: all .2s;
2323
}
24-
&:placeholder-shown:not(:focus)::-webkit-input-placeholder {
24+
&:placeholder-shown:not(:focus)::placeholder {
2525
opacity: 0;
2626
}
2727
}

0 commit comments

Comments
 (0)