Last active
October 22, 2018 17:46
-
-
Save ten1seven/6b1f42f39e1e7edd94c5cb70df26e9cc to your computer and use it in GitHub Desktop.
WagNWL
This file contains hidden or 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 type="text"> |
This file contains hidden or 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 { | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none; | |
} | |
[data-whatintent='mouse'] *:focus { | |
outline: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment