From f376eb0d45a427cbd4cdcca289f07461320acada Mon Sep 17 00:00:00 2001 From: Vinay Chilukuri <101088862+vinay-appsmith@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:40:43 +0530 Subject: [PATCH] fix: Removed box-shadow for the active tab that is causing a visual artefact. (#31608) Removed box-shadow for the active tab that is causing a visual artefact. image --- app/client/src/pages/Editor/IDE/EditorTabs/StyledComponents.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/client/src/pages/Editor/IDE/EditorTabs/StyledComponents.tsx b/app/client/src/pages/Editor/IDE/EditorTabs/StyledComponents.tsx index c708d87258..61e5e7f45d 100644 --- a/app/client/src/pages/Editor/IDE/EditorTabs/StyledComponents.tsx +++ b/app/client/src/pages/Editor/IDE/EditorTabs/StyledComponents.tsx @@ -47,7 +47,6 @@ export const StyledTab = styled(Flex)` border-top: 2px solid var(--ads-v2-color-bg-brand); border-left: 1px solid var(--ads-v2-color-border); border-right: 1px solid var(--ads-v2-color-border); - box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.08); } `;