From 7be6a26a6176212fe1c119c75f995f43bc3ec6ba Mon Sep 17 00:00:00 2001 From: Johnson Cherian Date: Fri, 19 Apr 2024 13:22:38 +0530 Subject: [PATCH] fix: Removed extra border from black ghost button (#8782) * fix: removed extra border from black ghost button * refactor: removed unused code * Correction in Postgrest version --------- Co-authored-by: Adish M --- frontend/src/_ui/AppButton/AppButton.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/src/_ui/AppButton/AppButton.scss b/frontend/src/_ui/AppButton/AppButton.scss index 9276abd7a9..fcd6fa7b8a 100644 --- a/frontend/src/_ui/AppButton/AppButton.scss +++ b/frontend/src/_ui/AppButton/AppButton.scss @@ -190,17 +190,14 @@ color: var(--slate12); border: none; background: transparent; - + &:hover { background: var(--slate4, #ECEEF0) !important; color: var(--slate11); - border: 1px solid rgba(255, 255, 255, 0.00) !important; } &:focus-visible { color: var(--slate11) !important; - // background: var(--base); - // border: none; box-shadow: 0px 0px 0px 4px var(--slate6) !important; outline: none; border: 1px solid rgba(255, 255, 255, 0.00) !important;