From: Shpuld Shpuldson Date: Mon, 11 Mar 2019 13:10:42 +0000 (+0200) Subject: Remove chromium input hilight that clashes with our own X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=50edead11c174d4d3d1b48aa9b08e82daf2a6582;p=akkoma Remove chromium input hilight that clashes with our own --- diff --git a/lib/pleroma/web/templates/layout/app.html.eex b/lib/pleroma/web/templates/layout/app.html.eex index 7a50c3e03..8333bc921 100644 --- a/lib/pleroma/web/templates/layout/app.html.eex +++ b/lib/pleroma/web/templates/layout/app.html.eex @@ -116,6 +116,7 @@ } input:focus { + outline: none; border-bottom: 2px solid #d8a070; }