mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-24 23:06:51 +00:00
fix(export): clean session row hover state
This commit is contained in:
@@ -2141,8 +2141,12 @@
|
||||
padding-bottom: 4px;
|
||||
|
||||
&.selected .contact-item {
|
||||
--contacts-row-bg: rgba(var(--primary-rgb), 0.08);
|
||||
background: var(--contacts-row-bg);
|
||||
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--primary) 52%, transparent);
|
||||
}
|
||||
|
||||
&.selected .contact-item:hover {
|
||||
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--primary) 60%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2159,11 +2163,11 @@
|
||||
transition: all 0.2s;
|
||||
cursor: default;
|
||||
background: var(--contacts-row-bg);
|
||||
isolation: isolate;
|
||||
box-shadow: inset 0 0 0 1px transparent;
|
||||
|
||||
&:hover {
|
||||
--contacts-row-bg: var(--bg-hover);
|
||||
background: var(--contacts-row-bg);
|
||||
box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-tertiary) 24%, transparent);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2178,7 +2182,7 @@
|
||||
width: var(--contacts-left-sticky-width);
|
||||
min-width: var(--contacts-left-sticky-width);
|
||||
max-width: var(--contacts-left-sticky-width);
|
||||
background: inherit;
|
||||
background: var(--contacts-row-bg);
|
||||
}
|
||||
|
||||
.row-select-cell {
|
||||
@@ -2555,7 +2559,7 @@
|
||||
position: sticky;
|
||||
right: 0;
|
||||
z-index: 10;
|
||||
background: inherit;
|
||||
background: var(--contacts-row-bg);
|
||||
|
||||
.row-action-main {
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user