From 6b9d5a87e37c7ceb597062461b500b4e3606ec6b Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 16 Dec 2014 22:43:22 +0000 Subject: [PATCH] Twenty Fifteen: hide search input cancel button. See #30728. Built from https://develop.svn.wordpress.org/trunk@30945 git-svn-id: http://core.svn.wordpress.org/trunk@30934 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-content/themes/twentyfifteen/style.css b/wp-content/themes/twentyfifteen/style.css index 052eb90015..f9b6d4c66c 100644 --- a/wp-content/themes/twentyfifteen/style.css +++ b/wp-content/themes/twentyfifteen/style.css @@ -558,6 +558,7 @@ input[type="search"] { -webkit-appearance: textfield; } +input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }