mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-26 15:28:37 -05:00
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:
@@ -938,6 +938,7 @@ a.author { margin-right: 0.5em; }
|
||||
|
||||
.thing .title {
|
||||
color: blue;
|
||||
outline: none;
|
||||
margin-right: .4em;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user