From 33db1d5d5f770195ee83be94fbe880f255c19c86 Mon Sep 17 00:00:00 2001 From: moepoi Date: Sat, 18 Sep 2021 17:21:39 +0700 Subject: [PATCH] Remove focus border on accordion --- faq.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/faq.html b/faq.html index 932d2fe..a2e9e29 100644 --- a/faq.html +++ b/faq.html @@ -22,6 +22,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; + }