]> git.wh0rd.org - tt-rss.git/commitdiff
disable :focus selector
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 27 Jan 2014 21:15:20 +0000 (01:15 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 27 Jan 2014 21:15:20 +0000 (01:15 +0400)
css/tt-rss.css

index d1c474a72826417b018389a7a1ec136c9771649f..5cb9d81011563c6d4821bee8e9f2f511aa34a59f 100644 (file)
@@ -1226,4 +1226,6 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
        opacity : 1;
 }
 
-
+:focus {
+       outline: none; 
+}