From f0add60077c5fb0b20468a6d5312a33dcd572c63 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 01:11:30 +0200 Subject: [PATCH] Remove unused border color from focused input/select elements --- settings.html | 1 - 1 file changed, 1 deletion(-) diff --git a/settings.html b/settings.html index b3a55d5..7c700ff 100644 --- a/settings.html +++ b/settings.html @@ -86,7 +86,6 @@ } .row > input:focus, .row > select:focus { - border-color: #38bdf8; box-shadow: 0 0 0 2px rgba(56,189,248,0.3); outline: none; }