Skip to content

Commit

Permalink
Merge pull request primer#120 from github/ooh-eee-uuu-killer-tofu
Browse files Browse the repository at this point in the history
Killing the ::selection styles
  • Loading branch information
jonrohan committed Jun 16, 2014
2 parents 1c4795c + ba8c750 commit 12760bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions basecoat/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@ body {

* { @include box-sizing; }

// These selection declarations have to be separated for some reason.
// you can't do ::-moz-selection, ::selection see github/github#9661
@mixin text-selection {
text-shadow: none;
background: rgba(65, 131, 196, .4);
}

::-moz-selection { @include text-selection; }

::selection { @include text-selection; }

//------------------------------------------------------------------------------
// @group Links
// -----------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "primer",
"version": "0.8.3"
"version": "0.8.4"
}

0 comments on commit 12760bf

Please sign in to comment.