disable :focus selector

This commit is contained in:
Andrew Dolgov 2014-01-28 01:15:20 +04:00
parent e7c87c298b
commit 8d6fd8be85
1 changed files with 3 additions and 1 deletions

View File

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