From 883a774215f4ec45a195366d43926b898d54e843 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sun, 26 Sep 2021 22:44:35 +0700 Subject: [PATCH] Disable blue border on Product Page --- product.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/product.html b/product.html index c55d572..ea8bd78 100644 --- a/product.html +++ b/product.html @@ -248,6 +248,11 @@ font-size: 17px; } } + + :focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; + }