From 9b3744d66aee382ccd23fc3500937e7347b196d6 Mon Sep 17 00:00:00 2001
From: moepoi <moepoi@protonmail.com>
Date: Sun, 26 Sep 2021 22:28:18 +0700
Subject: [PATCH] Disable blue border on dropdown selection

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

diff --git a/product-list.html b/product-list.html
index 86f4602..5a786d7 100644
--- a/product-list.html
+++ b/product-list.html
@@ -53,6 +53,11 @@
             border-color: #212226;
             color: white;
         }
+
+        :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>