From 5cfe2d6528b77066708ba4534f07661e1abf80b8 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sun, 26 Sep 2021 22:45:29 +0700 Subject: [PATCH] Disable blue border on Transaction Page --- transaction.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/transaction.html b/transaction.html index 60282b3..eed08f0 100644 --- a/transaction.html +++ b/transaction.html @@ -23,6 +23,11 @@ border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; } + + :focus { + outline: 0 !important; + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; + }