From 897f65d50bf6321bd14b75fd0ebde7d487f28d81 Mon Sep 17 00:00:00 2001 From: Ayush More Date: Thu, 3 Jul 2025 18:28:57 +0530 Subject: [PATCH] =?UTF-8?q?[UI]=20Apply=20Layer5=20brand=20color=20to=20se?= =?UTF-8?q?arch=20clear=20('x')=20button=20=E2=80=93=20Fixes=20#544?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the colour of the x button in the search button Signed-off-by: Ayush More --- assets/scss/_search_project.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/scss/_search_project.scss b/assets/scss/_search_project.scss index 1b0f0c341..f6d01345d 100644 --- a/assets/scss/_search_project.scss +++ b/assets/scss/_search_project.scss @@ -168,4 +168,12 @@ .form-control { border: 1px solid #ced4da; -} \ No newline at end of file +} +input[type="search"]::-webkit-search-cancel-button { + filter: invert(55%) sepia(75%) saturate(380%) hue-rotate(135deg) brightness(95%) contrast(90%); + cursor: pointer; + transform: scale(1.1); +} +input[type="search"]::-webkit-search-cancel-button:hover { + filter: invert(60%) sepia(95%) saturate(500%) hue-rotate(140deg) brightness(100%) contrast(100%); +}