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.
<img width="328" alt="image"
src="https://github.com/appsmithorg/appsmith/assets/101088862/6e7ed92a-fb74-4994-969d-d92188f0ffc6">
This commit is contained in:
Vinay Chilukuri 2024-03-11 12:40:43 +05:30 committed by GitHub
parent a8e1a8f6a6
commit f376eb0d45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}
`;