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:
parent
82878e0859
commit
4d3e26f321
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue