Skip to content

Commit

Permalink
Remove outline from any focused links
Browse files Browse the repository at this point in the history
[#88233750]
  • Loading branch information
alexwelch committed Feb 17, 2015
1 parent a4c6afd commit 9699cb7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/assets/stylesheets/panamax.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
body {
min-width: 960px;
}

a:focus {
outline: none;
}

body > header {
background: $ctl_light_green;
width: 100%;
Expand Down Expand Up @@ -1015,7 +1020,3 @@ pre.prettyprint {
:-ms-input-placeholder {
font-style: italic;
}

.plain-contents a:focus {
outline: none;
}

0 comments on commit 9699cb7

Please sign in to comment.