From 414451e15bca1f9a4ce30497bbb38ff13d06aeba Mon Sep 17 00:00:00 2001 From: Saivann Date: Tue, 23 Dec 2014 15:29:40 -0500 Subject: [PATCH] Prevent some browsers to apply outline styles to wallets --- _less/screen.less | 1 + 1 file changed, 1 insertion(+) diff --git a/_less/screen.less b/_less/screen.less index bccae689..a64573cf 100644 --- a/_less/screen.less +++ b/_less/screen.less @@ -1358,6 +1358,7 @@ table td,table th{ position:relative; margin:0 14px 20px 14px; white-space:nowrap; + outline:0; -moz-transition:opacity 400ms ease-out; -webkit-transition:opacity 400ms ease-out; transition:opacity 400ms ease-out;