summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 01:15:20 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 01:15:20 +0400
commit8d6fd8be85fb00ccc2e63af39ceb11f90f411147 (patch)
tree1803e9cfdf066bb7b7f139241810c7e1c4076786 /css
parente7c87c298bd153da9d9f500f8f81f94db9c3c1b6 (diff)
disable :focus selector
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index d1c474a72..5cb9d8101 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1226,4 +1226,6 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
opacity : 1;
}
-
+:focus {
+ outline: none;
+}