Remove chromium input hilight that clashes with our own

This commit is contained in:
Shpuld Shpuldson 2019-03-11 15:10:42 +02:00
parent 8ddbedcd9a
commit 50edead11c
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@
}
input:focus {
outline: none;
border-bottom: 2px solid #d8a070;
}