Twenty Fourteen: remove non-standard `::selection` selectors. Closes #25898.

git-svn-id: https://develop.svn.wordpress.org/trunk@26062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-11-09 18:46:41 +00:00
parent 82878e0859
commit 4d3e26f321
1 changed files with 0 additions and 12 deletions

View File

@ -453,18 +453,6 @@ hr {
margin-bottom: 23px;
}
::selection {
background: #24890d;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #24890d;
color: #fff;
text-shadow: none;
}
/**
* 2.0 Repeatable Patterns