From da054de708356f08d21050bc3fae837b50ce83bf Mon Sep 17 00:00:00 2001 From: aits2026 Date: Tue, 10 Mar 2026 14:47:14 +0800 Subject: [PATCH] fix(export): clean session row action background --- src/pages/ExportPage.scss | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/pages/ExportPage.scss b/src/pages/ExportPage.scss index 186a5e6..47aaef9 100644 --- a/src/pages/ExportPage.scss +++ b/src/pages/ExportPage.scss @@ -2112,10 +2112,6 @@ &.selected .contact-item { background: rgba(var(--primary-rgb), 0.08); } - - &.selected .row-action-cell { - background: rgba(var(--primary-rgb), 0.08); - } } .contact-item { @@ -2507,18 +2503,7 @@ position: sticky; right: 0; z-index: 10; - background: var(--bg-secondary); - - &::before { - content: ''; - position: absolute; - top: -12px; - bottom: -12px; - left: -8px; - width: 8px; - pointer-events: none; - background: linear-gradient(to right, transparent, var(--bg-secondary)); - } + background: transparent; .row-action-main { display: inline-flex;