1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:15:55 +00:00

disable :focus selector

This commit is contained in:
Andrew Dolgov
2014-01-28 01:15:20 +04:00
parent e7c87c298b
commit 8d6fd8be85

View File

@@ -1226,4 +1226,6 @@ body#ttrssMain #headlines-frame .dijitCheckBox {
opacity : 1;
}
:focus {
outline: none;
}