mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix(export): clean session row action background
This commit is contained in:
@@ -2112,10 +2112,6 @@
|
|||||||
&.selected .contact-item {
|
&.selected .contact-item {
|
||||||
background: rgba(var(--primary-rgb), 0.08);
|
background: rgba(var(--primary-rgb), 0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.selected .row-action-cell {
|
|
||||||
background: rgba(var(--primary-rgb), 0.08);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-item {
|
.contact-item {
|
||||||
@@ -2507,18 +2503,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
background: var(--bg-secondary);
|
background: transparent;
|
||||||
|
|
||||||
&::before {
|
|
||||||
content: '';
|
|
||||||
position: absolute;
|
|
||||||
top: -12px;
|
|
||||||
bottom: -12px;
|
|
||||||
left: -8px;
|
|
||||||
width: 8px;
|
|
||||||
pointer-events: none;
|
|
||||||
background: linear-gradient(to right, transparent, var(--bg-secondary));
|
|
||||||
}
|
|
||||||
|
|
||||||
.row-action-main {
|
.row-action-main {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user