From 4d3e26f321379764acc5bc50c952587a7c6e5c82 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sat, 9 Nov 2013 18:46:41 +0000 Subject: [PATCH] Twenty Fourteen: remove non-standard `::selection` selectors. Closes #25898. git-svn-id: https://develop.svn.wordpress.org/trunk@26062 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index a0e19b7bab..8eaddf7655 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -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