From fae576f2365fa94121b4eb4ab1b2773beb9507cd Mon Sep 17 00:00:00 2001
From: moepoi <moepoi@protonmail.com>
Date: Sun, 26 Sep 2021 22:44:02 +0700
Subject: [PATCH] Disable blue border on Checkout Page

---
 checkout.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/checkout.html b/checkout.html
index 8358cfa..a0cd975 100644
--- a/checkout.html
+++ b/checkout.html
@@ -266,6 +266,11 @@
             background-color: red;
             border-color: red;
         }
+
+        :focus {
+            outline: 0 !important;
+            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
+        }
     </style>
     <script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.3.2/lazysizes.min.js"></script>
 </head>