From 4128abee48fa992b8e25897a88b83bec18fb4455 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Tue, 14 May 2013 16:23:06 +0400
Subject: [PATCH] remove focus outline on feedtree label

---
 tt-rss.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tt-rss.css b/tt-rss.css
index 0ea25e446..49cbb40d4 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -855,6 +855,10 @@ div.fatalError textarea {
 	font-weight : bold;
 }
 
+.dijitTreeLabel {
+	outline : 0;
+}
+
 .feedParam {
 	color : #555;
 	float : right;
-- 
GitLab