Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Mar 17, 2019
1 parent e1f8615 commit 9d7fa22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-accessibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ function wpa_css() {
$invis = $class . '#skiplinks a:hover,';
$passive = '';
}
$styles .= "
$styles .= "
$class#skiplinks a, $invis $class#skiplinks a:visited { $passive }
$class#skiplinks a:active, $vis $class#skiplinks a:focus { $focus }
";
Expand Down

0 comments on commit 9d7fa22

Please sign in to comment.