From 2d78a5b76de64cbc2ab426d61e47a5aeab72ba9d Mon Sep 17 00:00:00 2001 From: edbrz9 Date: Fri, 30 Dec 2022 15:56:52 +0100 Subject: [PATCH] set outline none to prevent blue outline on safari mobile --- proj/y2t/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/proj/y2t/assets/css/style.css b/proj/y2t/assets/css/style.css index e66a893..b624b19 100644 --- a/proj/y2t/assets/css/style.css +++ b/proj/y2t/assets/css/style.css @@ -30,6 +30,7 @@ input[type=text] { display: flex; margin: 0px; width: auto; + outline: none; } input[type=submit] {