From 07fa79e71a401becdbc0f474c27b860654a8bd62 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Tue, 6 Aug 2024 13:18:27 +0700 Subject: [PATCH] chore: remnove focus button (#3272) --- joi/src/core/Button/styles.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/joi/src/core/Button/styles.scss b/joi/src/core/Button/styles.scss index aae1c208d..1bd8288fc 100644 --- a/joi/src/core/Button/styles.scss +++ b/joi/src/core/Button/styles.scss @@ -1,11 +1,6 @@ .btn { @apply inline-flex items-center justify-center px-4 font-semibold transition-all; - &:focus, - &:focus-within { - @apply outline-none; - } - &:hover { filter: brightness(95%); }