From 8a1a18562cd11636e46a6f903c79036fb85a9725 Mon Sep 17 00:00:00 2001 From: Jay Ohms Date: Sat, 28 Feb 2026 05:10:30 -0500 Subject: [PATCH] Display the native search input clear button in the native apps --- app/assets/stylesheets/native.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/native.css b/app/assets/stylesheets/native.css index 863f57596..9aac8c169 100644 --- a/app/assets/stylesheets/native.css +++ b/app/assets/stylesheets/native.css @@ -100,6 +100,10 @@ overscroll-behavior: auto; } + .search__input::-webkit-search-cancel-button { + display: inline-block; + } + .search__title { text-decoration: none; }