Remove blue outline from commandline on MacOS

This commit is contained in:
Elliott Shugerman 2020-12-21 10:26:07 -05:00 committed by GitHub
parent 9017049d23
commit 6a545b39ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,10 @@ input {
/* border-top: solid 1px lightgray; */
}
input:focus {
outline: none;
}
#tridactyl-colon::before {
content: ":";
}