Re-enable focus outline for links

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 10:27:04 +01:00
parent 846b13b72f
commit e005e0b666
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ a {
text-decoration: none;
&:focus {
outline: none;
outline-color: @icinga-blue;
}
&:hover {