From 904f628bba922872c765e92424a476d8bfe5aad7 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sun, 26 Sep 2021 22:43:53 +0700 Subject: [PATCH] Disable blue border on Bag Page --- bag.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bag.html b/bag.html index 8bd9edc..7b8eb48 100644 --- a/bag.html +++ b/bag.html @@ -83,6 +83,11 @@ word-break: normal; } } + + :focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; + }