From 6200ffef9b62322a0dab5c56cec0b264d56bed13 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> Date: Wed, 27 Oct 2021 09:28:40 -0400 Subject: [PATCH] Hide webkit search button (#3128) --- less/common/Search.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/common/Search.less b/less/common/Search.less index 42bf633ca..7ec3b8714 100644 --- a/less/common/Search.less +++ b/less/common/Search.less @@ -1,6 +1,12 @@ .Search { position: relative; + // TODO v2.0 check if this is supported by Firefox, + // if so, consider switching to it. + ::-webkit-search-cancel-button { + display: none; + } + &-clear { // It looks very weird due to the padding given to the button.. &:focus {