Hide focus outline browser styles on link titles.

Now that link titles have tabindex, several browsers outline them when
focused. Let's override that behavior so that they act the way they did
before the tabindexes.
This commit is contained in:
Max Goodman
2013-10-25 03:18:24 -07:00
parent 5154319f90
commit 2a94a7e7d8

View File

@@ -938,6 +938,7 @@ a.author { margin-right: 0.5em; }
.thing .title {
color: blue;
outline: none;
margin-right: .4em;
padding: 0px;
overflow: hidden;