Skip to content

Commit

Permalink
OSEP: Fixed browser-specific focus indicator issues #137531 #138812
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Johnson authored and sammarshallou committed Jun 10, 2016
1 parent bb4c8fa commit 7420e94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ div.oublog-deleted .oublog-post-content {
#oublogcomments {
padding: 1em;
}
#oublogcomments:focus {
outline: 0;
}
#oublogcomments.oublogpartcomments {
background-color: #F2F2F2;
}
Expand Down

0 comments on commit 7420e94

Please sign in to comment.