Created
May 9, 2020 01:32
-
-
Save ShanonJackson/74e45894d0d0dbce28b6142f044d0e0c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.input { | |
&:empty:before { | |
content: attr(data-placeholder); | |
color: lightgrey; | |
} | |
/* IE / Edge */ | |
_:-ms-lang(x), | |
&:empty:focus:before { | |
content: unset; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment