mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Remove blue outline from commandline on MacOS
This commit is contained in:
parent
9017049d23
commit
6a545b39ee
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ input {
|
|||
/* border-top: solid 1px lightgray; */
|
||||
}
|
||||
|
||||
input:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#tridactyl-colon::before {
|
||||
content: ":";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue