From 538c001e6f660a916ffcfdec00693058a4d3a008 Mon Sep 17 00:00:00 2001 From: Robin <129759474+robinmiau@users.noreply.github.com> Date: Thu, 18 Sep 2025 22:37:02 +0200 Subject: [PATCH] Remove background color from select on focus Remove background color on select focus. --- themes/pmahomme/scss/_common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/pmahomme/scss/_common.scss b/themes/pmahomme/scss/_common.scss index d8ab36e502..ef35c522cf 100644 --- a/themes/pmahomme/scss/_common.scss +++ b/themes/pmahomme/scss/_common.scss @@ -169,7 +169,6 @@ input { select:focus { border: 1px solid #7c7c7c; - background: #fff; } input {