From 272fb0e66e1000209d7ce5d3caa4ee1c56dfd9af Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 11 Feb 2012 20:35:27 +0100 Subject: [PATCH] Remove the outline of previews on Firefox when focused for example. --- 4chan_x.user.js | 1 + script.coffee | 1 + 2 files changed, 2 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index a8847ce44..49c1b7275 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3735,6 +3735,7 @@ a[href="javascript:;"] {\ height: 90px; width: 90px;\ margin: 5px; padding: 2px;\ opacity: .5;\ + outline: none;\ overflow: hidden;\ position: relative;\ text-shadow: 0 1px 1px #000;\ diff --git a/script.coffee b/script.coffee index a85f4fb95..fad2dd852 100644 --- a/script.coffee +++ b/script.coffee @@ -2995,6 +2995,7 @@ a[href="javascript:;"] { height: 90px; width: 90px; margin: 5px; padding: 2px; opacity: .5; + outline: none; overflow: hidden; position: relative; text-shadow: 0 1px 1px #000;