From a453a463cb0fe7fa14386430d23c40b530657dca Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 1 Mar 2015 18:00:42 -0800 Subject: [PATCH] Fix unwanted outline around focused filename. --- src/General/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index d97d23e09..9726289e5 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1292,6 +1292,7 @@ input.field.tripped:not(:hover):not(:focus) { input#qr-filename { border: none !important; background: none !important; + outline: none; } #qr-filename, .has-file #qr-no-file {