Remove chromium input hilight that clashes with our own
authorShpuld Shpuldson <shpuld@gmail.com>
Mon, 11 Mar 2019 13:10:42 +0000 (15:10 +0200)
committerShpuld Shpuldson <shpuld@gmail.com>
Mon, 11 Mar 2019 13:10:42 +0000 (15:10 +0200)
lib/pleroma/web/templates/layout/app.html.eex

index 7a50c3e03b8ea2112d8e33d3e06253c7991ee4a5..8333bc9217fc7c15003141403849e389b5b3b353 100644 (file)
       }
 
       input:focus {
+        outline: none;
         border-bottom: 2px solid #d8a070;
       }