From 8d73884756450ba8fc62ee16e98b06383dba5616 Mon Sep 17 00:00:00 2001 From: Dominik Paszkiewicz Date: Fri, 6 Jul 2012 21:57:26 +0200 Subject: [PATCH 1/2] =?UTF-8?q?usuni=C4=99ty=20outline:=20none=20i=20dorzu?= =?UTF-8?q?cony=20=C5=82adny=20zielony=20outline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/screen.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/screen.less b/css/screen.less index 50cafda..b7e9921 100644 --- a/css/screen.less +++ b/css/screen.less @@ -93,9 +93,6 @@ table { border-collapse: collapse; border-spacing: 0; } -:focus { - outline: none; - } /* general styles --------------------------------------------- */ From d4db1b61d993e9c48429fe9cbd16656f38abea75 Mon Sep 17 00:00:00 2001 From: Dominik Paszkiewicz Date: Fri, 6 Jul 2012 22:12:09 +0200 Subject: [PATCH 2/2] one more try, focus is back --- css/screen.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/screen.less b/css/screen.less index b7e9921..af4d703 100644 --- a/css/screen.less +++ b/css/screen.less @@ -110,11 +110,14 @@ body { a:link, a:visited { color: @link-color; text-decoration: none; - outline: none; } a:hover { color: @link-hover-color; } +a:focus { + outline: solid 2px #A1CF32; + overflow: hidden; +} /* page structure --------------------------------------------- */