refactor(export): remove redundant header select-all text action

This commit is contained in:
tisonhuang
2026-03-05 12:49:13 +08:00
parent b3fee5b56d
commit 02a6b24517
2 changed files with 0 additions and 21 deletions

View File

@@ -1199,7 +1199,6 @@
}
}
.selection-toggle-btn,
.selection-clear-btn {
border: 1px solid var(--border-color);
border-radius: 8px;
@@ -1220,13 +1219,6 @@
}
}
.selection-toggle-btn {
padding: 4px 8px;
font-size: 11px;
line-height: 1.2;
white-space: nowrap;
}
.selection-export-btn {
border: none;
border-radius: 8px;
@@ -2705,11 +2697,6 @@
gap: 6px;
}
.table-wrap .selection-toggle-btn {
padding: 3px 7px;
font-size: 10px;
}
.table-wrap .contacts-list-header-actions {
gap: 6px;
}