Skip to content

Commit

Permalink
Fixes #1722
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Mar 8, 2013
1 parent 8d6223e commit 0f7df99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/foundation/components/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ body {
-webkit-font-smoothing: $font-smoothing;
}

// Override outline from normalize, we don't like it
a:focus { outline: none; }

// Grid Defaults to get images and embeds to work properly
img,
object,
Expand Down

0 comments on commit 0f7df99

Please sign in to comment.