From 0c28bd5390a05c4b0b3d3da6454ea8cf51a8b9de Mon Sep 17 00:00:00 2001 From: Shuqi Date: Tue, 14 Nov 2023 02:58:34 +0800 Subject: [PATCH] Removed highlight around input --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 679804f..8945818 100644 --- a/src/index.css +++ b/src/index.css @@ -43,6 +43,10 @@ input { background-color: var(--background-color); } +input[type="text"]:focus { + outline: 0; +} + #wrapper { width: 100%; max-width: 1280px;