stylesheets/h5bp/_normalize.scss in compass-h5bp-0.0.1 vs stylesheets/h5bp/_normalize.scss in compass-h5bp-0.0.2

- old
+ new

@@ -13,10 +13,11 @@ @mixin h5bp-normalize { @include h5bp-display; @include h5bp-base; + @include h5bp-selection; @include h5bp-links; @include h5bp-typography; @include h5bp-lists; @include h5bp-embeds; @include h5bp-figures; @@ -47,9 +48,13 @@ body { margin: 0; font-size: 1em; line-height: $line-height; } body, button, input, select, textarea { font-family: sans-serif; color: $font-color; } +} + +@mixin h5bp-selection { + // Remove text-shadow in selection highlight: h5bp.com/i // These selection declarations have to be separate // Also: hot pink! (or customize the background color to match your design) ::-moz-selection { background: $selected-background-color; color: $selected-font-color; text-shadow: none; } \ No newline at end of file