From ad3e2f2527a6e1e04f07af211feae85a8815b75c Mon Sep 17 00:00:00 2001 From: JulienMaille <182520+JulienMaille@users.noreply.github.com> Date: Thu, 12 Feb 2026 15:22:41 +0000 Subject: [PATCH] style: auto-fix linting issues --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index dae3132..31654b0 100644 --- a/styles.css +++ b/styles.css @@ -1795,7 +1795,7 @@ input[type='search']::-webkit-search-cancel-button { border: 1px solid var(--border); border-radius: var(--radius); padding: 0.5rem; - appearance: menulist; /* Force native dropdown for Tesla/Mobile */ + appearance: auto; /* Force native dropdown for Tesla/Mobile */ } .setting-item input[type='number'] {