feat(dees-table): improve inline cell editors with integrated input styling and auto-open dropdowns

This commit is contained in:
2026-04-07 21:04:52 +00:00
parent 8d954b17ad
commit b3f5ab3d31
6 changed files with 96 additions and 2 deletions

View File

@@ -386,6 +386,11 @@ export const tableStyles: CSSResult[] = [
}
td.editingCell {
padding: 0;
outline: 2px solid ${cssManager.bdTheme(
'hsl(222.2 47.4% 51.2% / 0.6)',
'hsl(217.2 91.2% 59.8% / 0.6)'
)};
outline-offset: -2px;
}
td.editingCell .innerCellContainer {
padding: 0;