From cb675841ff469039838b73a5702145b4d84fe07a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20H=C3=B6gberg?= Date: Thu, 18 Jun 2026 15:13:45 +0200 Subject: [PATCH] fix: remove erroneous box shadow when bulk selecting creating a vertical line --- superset-frontend/src/components/ListView/ListView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/components/ListView/ListView.tsx b/superset-frontend/src/components/ListView/ListView.tsx index 75b6e4415042..6e1b015554e0 100644 --- a/superset-frontend/src/components/ListView/ListView.tsx +++ b/superset-frontend/src/components/ListView/ListView.tsx @@ -166,7 +166,6 @@ const BulkSelectWrapper = styled(Alert)` margin: ${`${-theme.sizeUnit * 2}px 0 ${-theme.sizeUnit * 2}px ${theme.sizeUnit * 4}px`}; width: 1px; height: ${theme.sizeUnit * 8}px; - box-shadow: inset -1px 0px 0px ${theme.colorBorder}; display: inline-flex; vertical-align: middle; position: relative;