From 50edead11c174d4d3d1b48aa9b08e82daf2a6582 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Mon, 11 Mar 2019 15:10:42 +0200 Subject: [PATCH] Remove chromium input hilight that clashes with our own --- lib/pleroma/web/templates/layout/app.html.eex | 1 + 1 file changed, 1 insertion(+) 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; }